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

Fishing Real

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

3.1M загрузок275 подписчиковMITfabricforgeneoforge

Обновлён 28 мая 2026 г. · опубликован 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.2fabric28 мая 2026 г..jar (20 КБ)
1.10.0Релиз26.1.2neoforge28 мая 2026 г..jar (19 КБ)
1.9.1-backportРелиз1.20.1fabric29 апреля 2025 г..jar (21 КБ)
1.9.1-backportРелиз1.20.1forge29 апреля 2025 г..jar (20 КБ)
1.9.1Релиз1.21.1fabric26 апреля 2025 г..jar (21 КБ)
1.9.1Релиз1.21.1neoforge26 апреля 2025 г..jar (19 КБ)
1.21-1.9.0Релиз1.21neoforge23 июля 2024 г..jar (24 КБ)
1.21-1.9.0Релиз1.21fabric23 июля 2024 г..jar (19 КБ)
1.20.4-1.8.0Релиз1.20.4neoforge19 апреля 2024 г..jar (23 КБ)
1.20.4-1.8.0Релиз1.20.4fabric19 апреля 2024 г..jar (19 КБ)
1.20.1-1.7.2Релиз1.20.1forge19 апреля 2024 г..jar (24 КБ)
1.20.1-1.7.2Релиз1.20.1fabric19 апреля 2024 г..jar (19 КБ)
1.19.2-1.6.1Релиз1.19.2forge11 июля 2023 г..jar (24 КБ)
1.19.2-1.6.1Релиз1.19.2fabric11 июля 2023 г..jar (19 КБ)
1.20.1-1.7.1Релиз1.20.1forge11 июля 2023 г..jar (24 КБ)

Показаны последние 15 из 31 версий. Все версии — на Modrinth.

Ченджлог

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

Полная история изменений — на Modrinth.

Комментарии

Загружаем…