Langue

Fishing Real

Fishing Real

Modrinth

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

3.0M téléchargements 272 abonnés mis à jour 23d ago
dernière v1.10.0 Modrinth
Fabric Forge Neoforge 1.14.4 – 26.1.2 Utility

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

Versions

Release
1.10.0
fabric · 26.1.2 · 23d ago
## 1.10.0 - Update to 26.1.2 - Internal rewrite of datapack system. Side-effect is an invalid item/entity ID will cause datapack to fail to load. - Fixed issue…
1.1k
Release
1.10.0
neoforge · 26.1.2 · 23d ago
## 1.10.0 - Update to 26.1.2 - Internal rewrite of datapack system. Side-effect is an invalid item/entity ID will cause datapack to fail to load. - Fixed issue…
156
Release
1.9.1-backport
fabric · 1.20.1 · 13mo ago
## 1.9.1-backport - Backports all the improvements and bugfixes from 1.21.1 to 1.20.1 ## 1.9.1 - Change project layout (Should be no change for end user).…
1.3M
Release
1.9.1-backport
forge · 1.20.1 · 13mo ago
## 1.9.1-backport - Backports all the improvements and bugfixes from 1.21.1 to 1.20.1 ## 1.9.1 - Change project layout (Should be no change for end user).…
105.6k
Release
1.9.1
fabric · 1.21.1 · 14mo ago
## 1.9.1 - Change project layout (Should be no change for end user). Using 1.21.1 now - Fix deleting fishing loot when catching multiple items - Add config for…
119.4k
Release
1.9.1
neoforge · 1.21.1 · 14mo ago
## 1.9.1 - Change project layout (Should be no change for end user). Using 1.21.1 now - Fix deleting fishing loot when catching multiple items - Add config for…
36.5k
Release
1.21-1.9.0
neoforge · 1.21 · 23mo ago
## 1.8.0 - Update to 1.20.4 - Drop Forge in favor of NeoForge ## 1.7.2 - Set position of fish before running nbt randomizing. This will fix certain mod…
4.2k
Release
1.21-1.9.0
fabric · 1.21 · 23mo ago
## 1.8.0 - Update to 1.20.4 - Drop Forge in favor of NeoForge ## 1.7.2 - Set position of fish before running nbt randomizing. This will fix certain mod…
20.8k
Release
1.20.4-1.8.0
neoforge · 1.20.4 · 26mo ago
## 1.8.0 - Update to 1.20.4 - Drop Forge in favor of NeoForge ## 1.7.2 - Set position of fish before running nbt randomizing. This will fix certain mod…
312
Release
1.20.4-1.8.0
fabric · 1.20.4 · 26mo ago
## 1.8.0 - Update to 1.20.4 - Drop Forge in favor of NeoForge ## 1.7.2 - Set position of fish before running nbt randomizing. This will fix certain mod…
1.8k
Release
1.20.1-1.7.2
forge · 1.20.1 · 26mo ago
## 1.7.2 - Set position of fish before running nbt randomizing. This will fix certain mod entities who determine variant based on position. ## 1.7.1 - Update…
85.8k
Release
1.20.1-1.7.2
fabric · 1.20.1 · 26mo ago
## 1.7.2 - Set position of fish before running nbt randomizing. This will fix certain mod entities who determine variant based on position. ## 1.7.1 - Update…
950.7k

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.