I need help detecting when a structure is built

Started by ashonator on

Topic category: Help with MCreator software

Last seen on 18:25, 13. May 2020
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help detecting when a structure is built

I want my mod to detect whether a structure has been placed or not in order to summon a block. I want this to function like an iron golem but the blocks will be placed further away from each other like the diagram below. Sorry if my diagram or explanation does not make sense as I am new to modding. The structure will be 3x3 btw.

 I = Modded Block                                                        

  I - I    
  I - I        
     

 - = Empty Space

                                

You could add a special…
Tue, 08/20/2019 - 18:31

You could add a special block to your structure that triggers custom procedure on block added trigger.