Started by
The Storyteller
on
Topic category: Help with Minecraft modding (Java Edition)
The title says it all but anyway I want to change a block to an entity and vice versa. if it is even possible.
Topic category: Help with Minecraft modding (Java Edition)
The title says it all but anyway I want to change a block to an entity and vice versa. if it is even possible.
In whatever procedure you do you can remove the block at the x y z and then spawn an entity there.
Use:
Remove block at x y z
spawn at x y z living entity: <type>
if you are going to do this, make sure to offset the X and Z coordinates by +0.5 as entities and blocks have different thingies
Thats not what im trying to do. Im trying to make blocks that when a specific condition is met turn into multi-block entities that I can then animate