Dropt
What is Dropt?
Dropt is a powerful Minecraft mod that completely redefines the item drop system when breaking blocks. It allows creating complex rules and conditions for replacing standard drops, opening endless possibilities for gameplay customization.
Key Features
Flexible Condition System
Configure item drops based on multiple parameters:
- Block type with metadata support and exclusion lists
- Player's held items
- Destroyer type (player, non-player, any)
- Game stages (requires GameStages mod)
- Player name
- Biome and dimension
- Y-axis height
Drop Replacement Strategies
Choose the appropriate item replacement method:
- Adding to existing drops
- Complete replacement of all dropped items
- Replacement of only specific items
- Conditional replacement when conditions are met
Advanced Drop Settings
Fine-tune drop quantity and probability:
- Fixed amount or random range
- Fortune enchantment influence
- Silk Touch requirements
- Repeatable or unique drops
- Experience drops with customizable amount
Performance
Dropt is optimized to work with large numbers of rules. Rule caching for each block state is used, significantly speeding up processing. Even when loading over 100,000 rules, processing time remains minimal.
Configuration
Rules are configured through JSON files in the [instance]/config/dropt folder. Rule creation through ZenScript and DroptAPI is also supported for maximum flexibility.
Useful Commands
/dropt reload— reload configuration without restarting the game/dropt hand— copy held item information for quick pasting into JSON/dropt verbose— detailed logging of information about broken blocks
Requirements
The mod requires Athenaeum to be installed.