Changing a Block to an Entity ( and vice versa)

Started by The Storyteller on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Changing a Block to an Entity ( and vice versa)

The title says it all but anyway I want to change a block to an entity and vice versa. if it is even possible. 

 

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In whatever procedure you do…
Fri, 12/18/2020 - 17:44

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>

 

Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you are going to do this,…
Fri, 12/18/2020 - 21:40

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  

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thats not what im trying to…
Thu, 01/07/2021 - 17:25

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