Перейти к содержимому
Mineforgian

Fishing Real

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

Загрузки
3.1M
Подписчики
276
Обновлён
28 мая 2026 г.
Лицензия
MIT

Опубликован 31 мая 2022 г.

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

Ченджлог

1.10.0Релиз26.1.2 · 28 мая 2026 г.

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 where passengers weren't loaded.

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 attempting to interact with fished-up-entity, this means you catch the fish in your bucket if you have it in your offhand. (Requires forge config api port for fabric)

1.9.0

  • Port to 1.21

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 entities who determine variant based on position.

1.7.1

  • Update to 1.20.1

1.6

  • Redid the way Fabric fish conversion is handled to add more support for custom fishing loot tables. I.E. Mods like Sandwichable
  • Added Aquaculture 2 rod support. Double hook can actually hook two fish, and bait is properly consumed!
  • Added support for stack size on forge. If you fish up an itemstack with more than 1 size, it will spawn that many fish
1.10.0Релиз26.1.2 · 28 мая 2026 г.

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 where passengers weren't loaded.

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 attempting to interact with fished-up-entity, this means you catch the fish in your bucket if you have it in your offhand. (Requires forge config api port for fabric)

1.9.0

  • Port to 1.21

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 entities who determine variant based on position.

1.7.1

  • Update to 1.20.1

1.6

  • Redid the way Fabric fish conversion is handled to add more support for custom fishing loot tables. I.E. Mods like Sandwichable
  • Added Aquaculture 2 rod support. Double hook can actually hook two fish, and bait is properly consumed!
  • Added support for stack size on forge. If you fish up an itemstack with more than 1 size, it will spawn that many fish
1.9.1-backportРелиз1.20.1 · 29 апреля 2025 г.

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). Using 1.21.1 now
  • Fix deleting fishing loot when catching multiple items
  • Add config for attempting to interact with fished-up-entity, this means you catch the fish in your bucket if you have it in your offhand. (Requires forge config api port for fabric)

1.9.0

  • Port to 1.21

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 entities who determine variant based on position.

1.7.1

  • Update to 1.20.1

1.6

  • Redid the way Fabric fish conversion is handled to add more support for custom fishing loot tables. I.E. Mods like Sandwichable
  • Added Aquaculture 2 rod support. Double hook can actually hook two fish, and bait is properly consumed!
  • Added support for stack size on forge. If you fish up an itemstack with more than 1 size, it will spawn that many fish
1.9.1-backportРелиз1.20.1 · 29 апреля 2025 г.

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). Using 1.21.1 now
  • Fix deleting fishing loot when catching multiple items
  • Add config for attempting to interact with fished-up-entity, this means you catch the fish in your bucket if you have it in your offhand. (Requires forge config api port for fabric)

1.9.0

  • Port to 1.21

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 entities who determine variant based on position.

1.7.1

  • Update to 1.20.1

1.6

  • Redid the way Fabric fish conversion is handled to add more support for custom fishing loot tables. I.E. Mods like Sandwichable
  • Added Aquaculture 2 rod support. Double hook can actually hook two fish, and bait is properly consumed!
  • Added support for stack size on forge. If you fish up an itemstack with more than 1 size, it will spawn that many fish
1.9.1Релиз1.21.1 · 26 апреля 2025 г.

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 attempting to interact with fished-up-entity, this means you catch the fish in your bucket if you have it in your offhand. (Requires forge config api port for fabric)

1.9.0

  • Port to 1.21

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 entities who determine variant based on position.

1.7.1

  • Update to 1.20.1

1.6

  • Redid the way Fabric fish conversion is handled to add more support for custom fishing loot tables. I.E. Mods like Sandwichable
  • Added Aquaculture 2 rod support. Double hook can actually hook two fish, and bait is properly consumed!
  • Added support for stack size on forge. If you fish up an itemstack with more than 1 size, it will spawn that many fish
1.9.1Релиз1.21.1 · 26 апреля 2025 г.

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 attempting to interact with fished-up-entity, this means you catch the fish in your bucket if you have it in your offhand. (Requires forge config api port for fabric)

1.9.0

  • Port to 1.21

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 entities who determine variant based on position.

1.7.1

  • Update to 1.20.1

1.6

  • Redid the way Fabric fish conversion is handled to add more support for custom fishing loot tables. I.E. Mods like Sandwichable
  • Added Aquaculture 2 rod support. Double hook can actually hook two fish, and bait is properly consumed!
  • Added support for stack size on forge. If you fish up an itemstack with more than 1 size, it will spawn that many fish
1.21-1.9.0Релиз1.21 · 23 июля 2024 г.

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 entities who determine variant based on position.

1.7.1

  • Update to 1.20.1

1.6

  • Redid the way Fabric fish conversion is handled to add more support for custom fishing loot tables. I.E. Mods like Sandwichable
  • Added Aquaculture 2 rod support. Double hook can actually hook two fish, and bait is properly consumed!
  • Added support for stack size on forge. If you fish up an itemstack with more than 1 size, it will spawn that many fish
1.21-1.9.0Релиз1.21 · 23 июля 2024 г.

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 entities who determine variant based on position.

1.7.1

  • Update to 1.20.1

1.6

  • Redid the way Fabric fish conversion is handled to add more support for custom fishing loot tables. I.E. Mods like Sandwichable
  • Added Aquaculture 2 rod support. Double hook can actually hook two fish, and bait is properly consumed!
  • Added support for stack size on forge. If you fish up an itemstack with more than 1 size, it will spawn that many fish

Комментарии

Загружаем…