
Dropt Mod (1.12.2)— A Block Drop Replacement Modification
Dropt Mod is a block drop replacement mod that allows defining complex drop conditions and replacement rules in Minecraft.
What is the Mod About?
Performance:
- Uses rule caching per block state to significantly improve performance.
Matches based on:
- Block (meta, meta wildcard, multiple meta values) (whitelist/blacklist).
- Items dropped (meta, meta wildcard, multiple meta values, oredict) (whitelist/blacklist).
- Harvester type (player, non-player, any).
- Harvester held item (meta, meta wildcard) (whitelist/blacklist).
- Harvester game stages.
- Harvester player name.
- Biome (whitelist/blacklist).
- Dimension (whitelist/blacklist).
- Vertical range.
Replacement strategies:
- Add to existing drops.
- Replace all drops.
- Replace all drops if drop selected.
- Replace all matched dropped items.
- Replace all matched dropped items if drop selected.
Drop strategies:
- Repeat.
- Unique (can select a drop only once).
Drop selection count based on:
- Fixed value.
- A random value in the defined range.
- Fortune modified.
Drop selection based on:
- Fortune modified weight value.
- Minimum fortune level.
- Silk touch requirement (required, excluded, any).
Drop quantity based on:
- Fixed value.
- A random value in the defined range.
- Fortune modified.
Drops:
- Can define drop list per drop.
- Can define drops with meta wildcard.
- Can define drops as oredict entry.
- Can define XP to drop (fortune modified range).
- Can define drops with NBT data.
Commands:
- /dropt reload – reload configuration during runtime.
- /dropt hand – copy the held item’s string for quick pasting into the .json file; also assists with lengthy NBT tags.
- /dropt verbose – log the resource location and meta value for all broken blocks to the console.
Discussion (1)
sssss