📦Vanilla Drop

# drops/example.yml
example:
  type: vanilla
  mobs:
    ZOMBIE:
      amount: 1
      chance: 20
      DropOptions:
        ItemGlowByDefault:
          enable: true
          color: RED
        Lootsplosion: true
        PerPlayerDrops: true
        ClientSideDrops: true
        ItemBeamByDefault: true

Last updated