- Thread starter
- #1
What is the map name? The Coke Can
What are the x y z coordinates /tp x y z
What world is the fault on. Zero
What fault has occured. Script/Cmd Block
Please give details of fault
As reported by @Hex
Command blocks are at 2740 67 -5497<=z<=5487.
to
What are the x y z coordinates /tp x y z
What world is the fault on. Zero
What fault has occured. Script/Cmd Block
Please give details of fault
As reported by @Hex
Issue appears to be an issue with the command block converter. Multiple execute commands separated by line feed characters [LF] were input into each block. Removing all the line feeds and execute commands will fix the issue.When cycling the code at the end if you get through every color the cycler shows stone and breaks and the final door can't be opened.
Command blocks are at 2740 67 -5497<=z<=5487.
Code:
execute if block -2749 67 -5497 andesite[LF]execute if block -2749 67 -5497 diorite[LF]execute if block -2749 67 -5497 granite[LF]execute if block -2749 67 -5497 polished_andesite[LF]execute if block -2749 67 -5497 polished_diorite[LF]execute if block -2749 67 -5497 polished_granite[LF]execute if block -2749 67 -5497 stone
Code:
execute if block -2749 67 -5497 stone