Triggers

The reason a structure will activate: Will players left or right click? Must they be sneaking?

/goop customstructures edit triggers add <structure name> <trigger>

There are triggers that dont have to do with clicking, for example pressure plates.

/goop customstructures edit triggers add Arcane_Altar INTERACT

For this example, INTERACT was used. Here is a few most basic triggers:

  • INTERACT - Right-clicking the core

  • PUNCH - Left-clicking the core

  • COMPLETE - Like putting the pumpkin when building an iron golem, putting the core block last.

  • PRESSUREPLATE_PLATERS - Players stepping on pressure plates.

    • Right now we are using an enchantment table, this would require the core to be a pressure plate.

See the full list here.