Amulet-Map-Editor
Amulet-Map-Editor copied to clipboard
Moved command blocks do not get ticked
When copying a command block that is set to be always active, the copied command block will not automatically start running.
The only way to start it running again is to change the command block type or active state, confirm and then change it back.
This issue only effects Java edition.
Original Issue:
There's an issue when I place a coppied command block. When I re-open the minecraft world, the command block cloned does'nt works like the original one. It's an "always active" command block. To solve it I need to open all the cloned command blocks and switch it to "needs redstone" for a sec and then select "always active" again to fix it. For some reason the cloned command block doesn't applies the propiety of always active.
It becomes a real problem because I need to clone more than 500 command blocks, I can't spend that time fixing them one by one.
They also lose the Custom name. aka (Hover text)
Java: From what I can see all the data gets copied correctly but I don't think the new blocks are getting ticked and so are not getting run. I assume the same applies to copied redstone.
Bedrock: The tick is not required and they just start running. Hover Note does not get copied
Just fixed the custom name issue