Started by
sekret
on
Topic category: Help with Minecraft modding (Java Edition)
How to make it so that if the player built a certain structure it turned into an object as in the fashion of immersive engineering
Topic category: Help with Minecraft modding (Java Edition)
How to make it so that if the player built a certain structure it turned into an object as in the fashion of immersive engineering
If the provided structure has a custom block in it, make it so every tick it checks for all the blocks it need around it. If all of these blocks are present, replace them all with air and spawn an entity or place your custom block or whatever you need to do with it.