SFMobDrops
Supported versions 1.14+
Dependencies Slimefun
Build 7
Big revamp! Multiple drops, all entities and more flexibility
New config format
To support all the new things, the config format has changed. Don't worry, it's all backwards compatible but please migrate either way :)
Multiple drops
You can now specify multiple drops! To do so, you can define your config like so:
- entity: ZOMBIE
drops:
- slimefunItem: MAGICAL_ZOMBIE_PILLS
chance: 5
- slimefunItem: IRON_DUST
chance: 1
Closes #8
You can define a different chance for each too!
Drop from all entities
As well as multiple drops, you can now also drop items from mobs! You can define this in the config like so:
- entity: ALL
drops:
- slimefunItem: COPPER_DUST
chance: 1
Closes #6
Which will have a 1% chance to drop copper dust from all mobs on kill!
Please report any bugs or any suggestions to GitHub
Supported versions 1.14+
1