Skip to main content

Module husk

Module husk 

Source
Expand description

Husk module — custom husk sand drops with camel rider bonus.

§Configuration

FieldDefaultDescription
enabledfalseWhether this module is active
sand_drop_chance1.0Chance (0.0 - 1.0) for a husk to drop sand
sand_base_min0Minimum base amount of sand dropped
sand_base_max2Maximum base amount of sand dropped
sand_looting_bonus1Extra sand granted per level of Looting
camel_rider_sand_base_max3Maximum base sand for husks riding a camel
camel_rider_looting_bonus2Extra 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.
HuskConfig
Configuration for the husk mechanics module.