Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Fishing Real

Fishing Real

Fish up real entities instead of the items! Configurable with Datapacks!

723.5k
175
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.4
1.20.1
1.19.2
1.18–1.18.1
1.17.1
1.16.1–1.16.3
1.15.2
1.14.4

Platforms

Fabric
Forge
NeoForge

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source

Creators

PricelessKoala
PricelessKoala Owner

Details

Licensed MIT
Published 2 years ago
Updated 2 weeks ago
DescriptionChangelogVersions

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!

Demo video

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

Modrinth is open source.

feat/theseus/tauri-v2@c5403db

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.