#Removing specific items from fishing loot table?

4 messages · Page 1 of 1 (latest)

coral river
#

I have a mod which features I like quite a lot.
However it adds many items to the fishing loot table and my friend doesn't like fishing them up. We want to keep the mod but remove the items from the table.

Tldr, I want to blacklist specific item ids, or tags from being fished

Wondering if theres a way to do this with a datapack, and if so where do I start?

If not possible with datapack, what part of the fabric api should I look at to do something like this?

inland lava
#

They probably add the items using the loot table modification api. You could just mixin into the mod and remove the call

coral river
inland lava
#

Not much. Sometimes you have to slap remap = false on some things, but only do that if not doing it breaks things