Started by
DumbWays 15
on
Topic category: Help with Minecraft modding (Java Edition)
"How do I add new items you can fish to the loot table without changing the current loot table, and how do I change the items you can fish in different dimensions?"
How do I make it so you can fish all the stuff you can currently, but you have a chance to fish up, say, a netherite bar?
Also, how do I change the loot you get from fishing in different liquid types/in different dimensions?
Also also, how do I change the items you can fish with custom fishing rods rather than vanilla ones?
There's three loot tables; gameplay/fishing/fish, gameplay/fishing/junk, and gameplay/fishing/treasure. The only problems are that you'd have to recreate the loot table and then add in the drops. and the jungle fishing drops.
How would I find the contents of the loot tables?
there is a tutorial to access the loot table files here
How would someone even code that with a procedure?