Description
EntityFishingDrops:
A powerful and highly configurable Minecraft mod that gives you complete control over fishing drops and rewards. Perfect for modpack creators, server owners, and players who want to customize their fishing experience with dynamic events, commands, and conditional drops.
Features:
Comprehensive Drop Customization
- Item-Specific Drops: Configure custom drops for any catchable fishing item
- Global Hostile Mob Drops: Set drops that apply to all fishing catches
- Precise Control: Set exact drop chances (0-100%), minimum and maximum amounts
- NBT Support: Add custom names, lore, enchantments, and other NBT data to dropped items
- Extra Drop System: Configure bonus drops with separate chances and amounts
- Modded Item Support: Full compatibility with modded fishing items and drops
Advanced Conditional Drops:
Make drops that only occur when specific conditions are met:
- Dimension Requirements: Drops can be limited to specific dimensions
- Biome Requirements: Restrict drops to specific biomes (ocean, river, etc.)
- Weather Requirements: Drops only occur during clear, rain, or thunderstorm weather
- Time Requirements: Limit drops to day or night fishing
- Clean JSON Format: Only include fields you actually use for easier configuration
Dynamic Event System:
- Built-in Seasonal Events: Easter, Winter, Summer, Halloween, and Christmas events with themed drops
- Event-Specific Drop Tables: Each event can have unique global and item-specific drops
- Multiple Active Events: Run several events simultaneously for combined effects
- Persistent State: Event states are saved between server restarts and singleplayer world reloads
- Event Notifications: Players receive messages when events are activated or deactivated
Command Integration:
- Command Execution: Run commands when fishing catches occur or when items drop
- Command Execution Cooldown: Add cooldown timers to prevent command spam
- Dynamic Placeholders: Use variables like {player}, {x}, {y}, {z}, {world}, {biome}
- Dual Command System: Separate commands for fishing catches vs. actual item drops
- Configurable Chance: Set percentage chance for command execution
- Visual Effects: Create tellraw messages, effects, titles, and more when drops occur
User-Friendly Management:
- Organized File Structure: Clean directory layout with Normal Drops and Event Drops separation
- Auto-Generated Examples: Comprehensive example files with all available options
- Active Events Persistence: Automatically saves and restores active events
- Command Controls: Manage events, reload configurations, and more with simple commands
- Comprehensive Documentation: Detailed README with examples and explanations
- Clean JSON Output: Only necessary fields are included in generated configuration files
Commands:
Fishingdrop Commands:
/fishingdrops event <eventName> <true/false>- Enable or disable specific events (Easter, Winter, Summer, Halloween, Christmas)/fishingdrops reload- Reload all configuration files
Configuration:
All settings are configured through JSON files, making it easy to customize and share configurations
Example Json:
[{
"catchId": "minecraft:cod",
"itemId": "minecraft:diamond",
"dropChance": 15.0,
"minAmount": 1,
"maxAmount": 2,
"dropCommand": "tellraw {player} {\"text\":\"Lucky diamond from cod!\",\"color\":\"aqua\"}",
"dropCommandChance": 100.0,
"requiredDimension": ["minecraft:overworld"],
"requiredBiome": ["minecraft:ocean"],
"requiredWeather": "clear",
"comment": "15% chance for diamond when catching cod in clear ocean weather"
}]
Discord server: Here
Terms of use:
You are welcome to include this mod in any modpack
You may not re-release this mod as your own




