check if built structure

Started by Biscuit_Blender on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
check if built structure

how could i make a procedure that checks every tick if a player builds a specific structure?

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That could be... difficult…
Sat, 11/04/2023 - 15:55

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?