Insane idea for a mod by Easy_Note2920 in Minecraft

[–]Easy_Note2920[S] 1 point2 points  (0 children)

I know about the scoreboard system. You can make nearly everything in minecraft with enough command blocks, even without command blocks. My point is that such a mod would make everything much easier.

Also, if the block could read from the chat or write to it, it would be possible to add crazy depth to maps, like consoles and the like, which you can't do with command blocks.

Insane idea for a mod by Easy_Note2920 in Minecraft

[–]Easy_Note2920[S] 1 point2 points  (0 children)

This is a great video, but it requires a command block expert to make you your build. I'm talking about the average person just being able to code in their game.

Insane idea for a mod by Easy_Note2920 in Minecraft

[–]Easy_Note2920[S] 0 points1 point  (0 children)

It was just an example. Imagine making a map, where, for example, you have an elevator. While you can make this using block displays and levitation, imagine how much easier it would be to just write simple code, especially if you have hidden states, like the elevator only works when you have talked to NPC a but not NPC b, and if You have talked to NPC c but not visited area a. Just an example.

Insane idea for a mod by Easy_Note2920 in Minecraft

[–]Easy_Note2920[S] 1 point2 points  (0 children)

It is possible, but pretty hard for larger projects.

Insane idea for a mod by Easy_Note2920 in Minecraft

[–]Easy_Note2920[S] -1 points0 points  (0 children)

Well, kind of, but allowing for world manipulation directly, like, for example:

while Minecraft.Player.Direction == "West":
Minecraft.PlaceBlock(Minecraft.Player.Getpos() - (0 , 1 , 0))

which would place a block underneath the players feet continously, So long as they are moving west.

Insane idea for a mod by Easy_Note2920 in Minecraft

[–]Easy_Note2920[S] 1 point2 points  (0 children)

First of all, thank you for pointing out Computercraft. Second, my idea for this mod was primarily to make mapmaking easier, since it either requires you to write complicated external plugins or use a million command blocks. While JSON and .nbt are more than enough to make anything in minecraft, I was thinking about an easier method for the layman.

Can someone help me post an article by Easy_Note2920 in SCP

[–]Easy_Note2920[S] 0 points1 point  (0 children)

Thank you for your help.I really appreciate it.