Expand description
Bat module - custom bat drops (phantom membrane).
§Configuration
| Field | Default | Description |
|---|---|---|
enabled | false | Whether this module is active |
drop_chance | 1.0 | Chance (0.0 - 1.0) for a bat to drop membrane |
base_min | 0 | Minimum base amount of membrane dropped |
base_max | 1 | Maximum base amount of membrane dropped |
looting_bonus_per_level | 1 | Extra membrane granted per level of Looting |
§Notes
This module is currently a stub. The Pumpkin plugin API does not yet expose
an EntityDeathEvent (or equivalent), so bat drop mechanics cannot be hooked
until upstream support is added.