
Mob Drops Your Way - Complete Customization of Mob Drops
This mod provides limitless possibilities for customizing dropped items when killing any creatures in Minecraft. You can assign any in-game items as drops for standard mobs and creatures from other mods.
The system offers two types of customizable drops:
- Regular drops - items that can drop from any creature kill
- Player kill drops - special rewards available only when the creature is killed by a player
Configuration file example:
########################################################################################################## # minecraft:bat #--------------------------------------------------------------------------------------------------------# # Adding Drops Example: # ModID:Item:Meta:Qty(Random 1 - number set):Chance(0.01 - 1) # minecraft:glass:0:15:1 ########################################################################################################## "minecraft:bat" { S:drops < > S:"player kill drops" < > } ########################################################################################################## # minecraft:blaze #--------------------------------------------------------------------------------------------------------# # Adding Drops Example: # ModID:Item:Meta:Qty(Random 1 - number set):Chance(0.01 - 1) # minecraft:glass:0:15:1 ########################################################################################################## "minecraft:blaze" { S:drops < > S:"player kill drops" < > }
You can create unique reward systems, set up rare drops, or completely overhaul the loot system in the game. The mod is perfect for creating custom adventures and complex progression systems.