Custom Fishing Loot
Fishing in Minecraft has always been a relaxing way to pass the time, but let's be honest: the default loot table can get a bit predictable. You cast your line, wait for the bobber to dip, and reel in yet another cod or salmon. What if you could turn that quiet pastime into a treasure hunt? That is exactly what Custom Fishing Loot delivers. This clever add-on replaces the mundane with a fully configurable, weight-based system that lets you decide exactly what ends up on your hook.
What Makes Custom Fishing Loot Stand Out?
This isn't just a simple tweak that swaps one fish for another. The add-on introduces a powerful mechanic that gives you granular control over every single catch. Instead of relying on random chance alone, you assign weights to items. The higher the weight, the more common the drop. The lower the weight, the rarer the prize. This simple rule opens up a world of possibilities for both casual players and server administrators.
Core Features at a Glance
- Catch Any Item: From vanilla diamonds and emeralds to enchanted books and even items from other mods, the choice is yours.
- Weight-Based Chances: Fine-tune rarity with precision. A weight of 1 is legendary, while a weight of 100 is practically guaranteed.
- Flexible Modes: Choose to keep vanilla fish in the mix, go custom-only, or strike a perfect balance between the two.
- Min/Max Counts: Set the stack size for each drop, allowing you to reel in one diamond or a handful of iron ingots.
- Simple Configuration: Everything is managed through a straightforward text file, so no complex coding knowledge is required.
- Server-Friendly: The mod is designed to work seamlessly on multiplayer servers, making it perfect for community economies.
How the Weight System Works
The beauty of Custom Fishing Loot lies in its intuitive logic. Imagine you have three items in your loot table: diamonds with a weight of 10, iron with a weight of 30, and gold with a weight of 60. The total weight is 100. This means you have a 10% chance of catching a diamond, a 30% chance for iron, and a 60% chance for gold. It is that simple. You are essentially building a lottery where you control the odds.
Diving into the Configuration
Once you download Custom Fishing Loot, you will find the config file at config/customfishingloot-common.toml. The setup is refreshingly clean. You have a few key options to play with:
- keepVanillaLoot: Set this to
trueto allow normal fish to appear alongside your custom items, orfalseto eliminate fish entirely. - vanillaWeight: When vanilla loot is enabled, this value controls how often you get a fish versus a custom treasure.
- customLootItems: This is where the magic happens. You list items in a specific format:
"modid:item_id,weight,minCount,maxCount".
For example, the entry "minecraft:diamond,10,1,3" means you will catch diamonds with a weight of 10, and each catch will yield between 1 and 3 diamonds. It is incredibly easy to create a progression system that rewards players as they invest more time in fishing.
Real-World Configuration Examples
To help you visualize the potential, here are a few practical setups you can use immediately after you install Custom Fishing Loot.
Balanced Adventure
This setup gives you a roughly 50/50 split between fish and treasure, perfect for a survival playthrough where you still want food but enjoy the occasional surprise.
keepVanillaLoot = true
vanillaWeight = 100
customLootItems = [
"minecraft:iron_ingot,50,2,4",
"minecraft:gold_ingot,30,1,3",
"minecraft:diamond,10,1,2",
"minecraft:emerald,10,1,1"
]
Treasure Hunter's Dream
If you want to feel like you are fishing in a vault, this configuration skews heavily toward valuable items while still offering a slim chance of catching a fish.
keepVanillaLoot = true
vanillaWeight = 30
customLootItems = [
"minecraft:iron_ingot,40,2,5",
"minecraft:gold_ingot,30,1,4",
"minecraft:diamond,20,1,3",
"minecraft:emerald,10,1,2"
]
Installing Custom Fishing Loot for Minecraft
Getting started is a breeze. This add-on is built for Minecraft 1.20.1 and requires the Forge mod loader (version 47.3.0 or later). The process for how to install is straightforward: download the mod file and place it into your mods folder. If you are running a server, install it on the server side. Clients do not strictly need it, though having it locally can help with testing configurations. For those looking to streamline the process, the foxygame.net launcher offers a one-click install for Custom Fishing Loot, automatically handling version compatibility and mod dependencies so you can skip the manual file management and jump straight into the game.
Working with Modded Items
One of the most exciting aspects of Custom Fishing Loot for Minecraft is its compatibility with other mods. You can add items from tech mods, magic mods, or any other add-on you have installed. Simply use the correct ID format. For instance, "create:brass_ingot,30,2,5" would add brass from the Create mod to your fishing pool. To find the correct ID for any item, press F3 + H in-game to enable advanced tooltips, then hover over the item to see its registry name.
Common Questions and Troubleshooting
Players often ask about fine-tuning rarity. The golden rule is simple: lower the weight for rarer items. If diamonds are appearing too often, drop their weight from 20 to 5. Another frequent question involves removing fish entirely. Just set keepVanillaLoot = false. If you notice items are not dropping at all, ensure you close Minecraft completely before editing the config file, as the game will overwrite your changes on exit.
Why You Should Download Custom Fishing Loot
This add-on is a game-changer for several scenarios. It is perfect for skyblock maps where resources are scarce, custom survival challenges that need a unique progression curve, or any server looking to build a player-driven economy around fishing. It is lightweight, causes no performance lag, and is licensed under MIT, meaning you are free to use it in any modpack without asking for permission. The flexibility of the weight system ensures that you can create anything from a balanced early-game helper to a late-game loot fiesta. Whether you are a server admin or a solo player, Custom Fishing Loot transforms a simple mechanic into a deep, rewarding system that keeps you coming back to the water's edge.
In conclusion, if you have ever felt that fishing was an underutilized part of Minecraft, this mod is your solution. It is easy to learn, powerful in practice, and endlessly customizable. Cast your line into a sea of possibilities and see what treasures await.