IgniteByEvent addon (BETA)

What does it do?

Portals can now be ignited without only using an item

How is it configured?

Addon:
  IgniteByEvent:
    Enable: true
    Events:
      DropItem:
        #- 'diamond'
        #- 'iron_ingot'
        #- '<item name>'
      EntityDeath:
        #- 'sheep'
        #- 'player'
        #- '<entity type>'

Last updated

Was this helpful?