Changing a Block to an Entity ( and vice versa)

Started by The Storyteller on

Topic category: Help with modding (Java Edition)

Last seen on 00:34, 20. Aug 2023
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. 

 

Last seen on 23:56, 6. Feb 2021
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>

 

Last seen on 05:02, 20. Apr 2024
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  

Last seen on 00:34, 20. Aug 2023
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