Started by
Biscuit_Blender
on
Topic category: Help with Minecraft modding (Java Edition)
how could i make a procedure that checks every tick if a player builds a specific structure?
Topic category: Help with Minecraft modding (Java Edition)
how could i make a procedure that checks every tick if a player builds a specific structure?
That could be... difficult. Depending on how complex the structure is. If it's just something like spawning a golem, you could just check when a block is placed if that block completes a structure by checking the adjacent blocks in each of the required positions. What are you specifically trying to do with this?