Download Entity Fishing Drops — Minecraft Mods — MetaMods

Entity Fishing Drops

Active

Downloads

0

Last update

2 months ago
Client
Adventure
Utils

Entity Fishing Drops

EntityFishingDrops is a powerful and fully customizable Minecraft mod that provides complete control over fishing item drops. The perfect solution for modpack creators, server owners, and players who want to personalize fishing with dynamic events, commands, and conditional drops.

Key Features

Deep Drop Customization

  • Individual Items: Configure unique drops for each caught fish or item
  • Universal Drops: Set general rewards that apply to all fishing
  • Precise Control: Set exact drop chances (0-100%), minimum and maximum amounts
  • NBT Support: Add custom names, descriptions, enchantments, and other NBT data to dropped items
  • Bonus Rewards: Configure additional drops with separate chances and amounts
  • Mod Compatibility: Full support for items from other modifications

Conditional Drops

Create drops that activate only when specific conditions are met:

  • Dimensions: Limit drops to specific dimensions
  • Biomes: Configure drops for certain biomes (ocean, river, etc.)
  • Weather: Drops only in clear weather, rain, or thunderstorms
  • Time of Day: Restrictions for daytime or nighttime

Event System

  • Seasonal Events: Ready-made events for Easter, Winter, Summer, Halloween, and Christmas with themed rewards
  • Unique Drop Tables: Each event can have its own drop settings
  • Multiple Events: Simultaneous activation of several events
  • State Preservation: Event status is saved between server restarts and world reloads
  • Notifications: Players receive messages when events are activated or deactivated

Command Integration

  • Command Execution: Run commands during successful fishing or item drops
  • Cooldowns: Set timers to prevent spam
  • Dynamic Variables: Use {player}, {x}, {y}, {z}, {world}, {biome} in commands
  • Dual System: Separate commands for the fishing process and actual item drops
  • Configurable Chance: Set percentage probability for command execution
  • Visual Effects: Create messages, effects, titles when items drop

User-Friendly Features

  • Organized Structure: Clear separation between normal drops and event drops
  • Configuration Examples: Automatically generated files with full set of options
  • Easy Management: Commands for event management and configuration reloading
  • Clean JSON: Configuration files contain only used fields

Commands

  • /fishingdrops event <event_name> <on/off> — Activate/deactivate events (Easter, Winter, Summer, Halloween, Christmas)
  • /fishingdrops reload — Reload all configuration files

Configuration

All settings are managed through JSON files, making customization and configuration sharing easy.

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"
}]
Project members
AtPoe

AtPoe

Created: 27 Jul 2025

ID: 258092