-
Bug
-
Resolution: Fixed
-
Minecraft 14w25b, Minecraft 14w26b, Minecraft 14w28b, Minecraft 14w29b, Minecraft 14w30c, Minecraft 14w31a, Minecraft 1.8-pre2, Minecraft 1.8.2-pre6
-
Confirmed
-
- Place a command block and copy in this command (or just not a setblock command):
/setblock ~ 257 ~ command_block
- Power the command block, it should have now an error message ("... is too big, it must be at most 256") in the previous output line
- Change the command to:
/setblock ~ ~ ~ command_block
Amd power it again
- Look again at the previous output line
- Place a command block and copy in this command (or just not a setblock command):
It has still the error message like before
This is a double bug as
- The success output is missing
- There is still a last output even no command was performed at this command block (that's probably not intended like other NBT tags like the command itself was reset