Minecraft Fishing Real mod 2026 download
logo
minecraft mod Fishing Real

Fishing Real

Game Version: 1.19
Total Downloads: 2,925,672
Updated: Jul 30, 2022
Created: Oct 21, 2019
Download Fishing RealDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
fishingreal-1.19-1.4.jar release 13.06 KB Jul 30, 2022 1.19 1 download Fishing Real fishingreal-1.19-1.4.jar releaseDownload
fishingreal-1.19-1.3.jar release 13.05 KB Jun 19, 2022 1.19 2,049 download Fishing Real fishingreal-1.19-1.3.jar releaseDownload
fishingreal-1.19-1.2.jar release 13.13 KB Jun 13, 2022 1.19 256 download Fishing Real fishingreal-1.19-1.2.jar releaseDownload
fishingreal-1.18.2-1.2.jar release 13.15 KB Jun 13, 2022 1.18.2 2,730 download Fishing Real fishingreal-1.18.2-1.2.jar releaseDownload
fishingreal-1.18-1.2.jar release 13.18 KB Dec 11, 2021 1.18.1 8,399 download Fishing Real fishingreal-1.18-1.2.jar releaseDownload
fishingreal-1.17.1-1.1.0.jar release 13.26 KB Jul 31, 2021 1.17.1 14,381 download Fishing Real fishingreal-1.17.1-1.1.0.jar releaseDownload
fishingreal-1.16.3-1.0.0.jar release 14.32 KB Oct 7, 2020 1.16.5 2,158,619 download Fishing Real fishingreal-1.16.3-1.0.0.jar releaseDownload
fishingreal-1.16.2-1.0.0.jar release 14.29 KB Sep 10, 2020 1.16.2 1,042 download Fishing Real fishingreal-1.16.2-1.0.0.jar releaseDownload
fishingreal-1.16.1-1.0.0.jar release 13.94 KB Jul 28, 2020 1.16.1 140,762 download Fishing Real fishingreal-1.16.1-1.0.0.jar releaseDownload
fishingreal-1.2.jar release 14.33 KB Feb 25, 2020 1.15.2 380,886 download Fishing Real fishingreal-1.2.jar releaseDownload
fishingreal-1.1.jar release 13.82 KB Oct 24, 2019 1.14.4 216,096 download Fishing Real fishingreal-1.1.jar releaseDownload
fishingreal-1.0.jar beta 13.61 KB Oct 21, 2019 1.14.4 451 download Fishing Real fishingreal-1.0.jar betaDownload

Description

Share this:

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!

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

Comments

Add a comment