Expand description
Husk module — custom husk sand drops with camel rider bonus.
§Configuration
| Field | Default | Description |
|---|---|---|
enabled | false | Whether this module is active |
sand_drop_chance | 1.0 | Chance (0.0 - 1.0) for a husk to drop sand |
sand_base_min | 0 | Minimum base amount of sand dropped |
sand_base_max | 2 | Maximum base amount of sand dropped |
sand_looting_bonus | 1 | Extra sand granted per level of Looting |
camel_rider_sand_base_max | 3 | Maximum base sand for husks riding a camel |
camel_rider_looting_bonus | 2 | Extra sand per Looting level for camel riders |
§Notes
This module is currently a stub. The Pumpkin plugin API does not yet expose
an EntityDeathEvent (or equivalent), so husk drop mechanics cannot be hooked
until upstream support is added.
Structs§
- Husk
- Handles husk death drop mechanics.
- Husk
Config - Configuration for the husk mechanics module.