Mineuniverse
Log in Register
Mods

Fishing Real

Fish up real entities instead of the items! Configurable with Datapacks!
by PricelessKoala
Download Claim this project
5,676,073 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Miscellaneous

This is a configurable fishing mod. How it works is, whenever you would normally fish up a salmon item, it spawns a live salmon instead!

 

 

Guess what?

It entirely supports data packs! In fact, the entire mod uses a datapack for the item->entity conversions!

Place your jsons in a fishing folder and reload your datapacks to instantly fish new entities!

 

The json format is as follows:

 

{

    "input": {

        "item": "minecraft:tropical_fish"

    },

    "result": {

        "id": "minecraft:tropical_fish"

    }

}

 

 

That takes the minecraft:tropical_fish item and turns it into a minecraft:tropical_fish entity!

 

We can even do NBT for the entities as well!

{

    "input": {

        "item": "minecraft:tropical_fish"

    },

    "result": {

        "id": "minecraft:tropical_fish",

        "nbt": {

            "Variant": 117834241

        }

    }

}

 


That will result in a very specific tropical fish each time!

If creating a datapack follow these instructions: https://minecraft.fandom.com/wiki/Tutorials/Creating_a_data_pack
Folder structure (inside your world's datapacks folder or elsewhere if you're running a default datapack mod) will be like so:
datapackname

├ pack.mcmeta 

└ data

    └ namespace (can be anything)

        └ fishing

            └ whatever.json

 

I have created a datapack for you to download for Aquaculture 2 here: https://www.curseforge.com/minecraft/customization/fishing-real-aquaculture-datapack

Also, if you want to override one of the vanilla ones, create your datapack with the namespace fishingreal and override either cod.json, pufferfish.json, salmon.json, or tropical_fish.json

[Fabric] Fishing Real 1.10.0
MC Fabric, 26.1.2
Release 2026-05-28 Get
[NeoForge] Fishing Real 1.10.0
MC NeoForge, 26.1.2
Release 2026-05-28 Get
[Forge] Fishing Real 1.9.1-backport
MC 1.20.1, Forge
Release 2025-04-29 Get
fishingreal-1.17.1-1.1.0.jar
MC 1.17.1
Release 2021-07-31 Get
fishingreal-1.0.jar
MC 1.14.4, Forge
Beta 2019-10-21 Get

More from PricelessKoala

Clear Water
5,868,284
Refined Avaritia
4,731,165
Spawn Point
3,119
NoSwim
18,995

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734