Started by
MisterSmeet
on
Topic category: Help with Minecraft modding (Java Edition)
How to make a block of sea cucumber mechanics? I have several block models, when you click on a block, another block appears and so on 4 times, and when the player breaks the block, one breaks and then the rest how to do it?
A block is broken -
block = get registry name of Get block at XYZ
If get block at XYZ = get block from registry name A state of your block then
If get block from registry name = state 4 block
Place block for state 3
and so on