Amulet-Map-Editor icon indicating copy to clipboard operation
Amulet-Map-Editor copied to clipboard

Moved command blocks do not get ticked

Open JJjjimmy opened this issue 3 years ago • 3 comments

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.

JJjjimmy avatar Sep 05 '21 17:09 JJjjimmy

They also lose the Custom name. aka (Hover text)

PREMIEREHELL avatar Nov 29 '21 06:11 PREMIEREHELL

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

gentlegiantJGC avatar May 06 '22 13:05 gentlegiantJGC

Just fixed the custom name issue

gentlegiantJGC avatar May 06 '22 13:05 gentlegiantJGC