Custom fishes in custom biomes

Started by Frost_200 on

Topic category: Help with MCreator software

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom fishes in custom biomes

is there a way to fish for fishes in custom biomes and get exclusive fishes or items.
Example: when fishing in an icy biome you get a fish that you cannot get in other biomes and the same with custom biomes

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is this still a problem?
Sat, 10/05/2024 - 00:13

Is this still a problem?

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can make a loot table…
Sat, 10/05/2024 - 14:17

You can make a loot table for fishing and then make a procedure on player fishes item global trigger. Check if entity is in your custom biome (or whatever biome). Then despawn/kill the provided item and then spawn random item from your custom loot table, or just the custom fish or whatever item you want it to be.