Started by
Frost_200
on
Topic category: Help with MCreator software
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
Is this still a problem?
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.