Changing a Block to an Entity ( and vice versa)

Started by The Storyteller on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Mar 2019
Points:
820

User statistics:

  • Modifications: 3
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 130
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. 

 

Active 4 years ago
Joined Oct 2020
Points:
619

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
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>

 

Active 4 weeks ago
Joined Dec 2020
Points:
741

User statistics:

  • Modifications: 5
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 92
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  

Active 1 year ago
Joined Mar 2019
Points:
820

User statistics:

  • Modifications: 3
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 130
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