Aquaculture 2

Aquaculture 2

95M Downloads

Disable Basic Fillet Recipes

Dark-Arcana opened this issue ยท 5 comments

commented

Minecraft version: 1.16.5
Aquaculture version: 2.1.20

Sorry to re-open this issue. However, the suggested solution isn't working for me. I'm trying to do the exact same thing as the person above. I've attempted to use KubeJS to remove the fish fillet crafting recipes. When that didn't work, I found this issue. I created a datapack to override /data/aquaculture/recipes/fish_fillet.json. I tried leaving the file blank, with an empty object/array, and with {"type": null} and `{"type": "farmersdelight:cutting"}. No matter what I try, I can't seem to remove the recipes to use #forge:fillet_knife on different fish in the crafting table to create fish fillets.

Do you have some other option? Can we add a config option?

Originally posted by @Dark-Arcana in #249 (comment)

commented

I'm so happy. It worked!
image

commented

Have you tried to actually use the crafting recipe, after having made the datapack change?
It might still show up in JEI. I can add an config option for it showing up in JEI, but not for disabling the recipes - due to how Forge loads things.

commented

image

You're right, it's entirely disabled in the crafting table interface. That's great to see actually. So I guess my current issue is that it's not disabled in JEI.

image

The standard crafting recipe using a crafting table is the first thing a player will see. I don't want them to get confused looking for a fillet knife and seeing that the recipe itself doesn't actually work. I want them to only see the cutting board from farmer's delight. Hope this info helps. I would greatly appreciate a config option to remove showing the recipes in JEI.

commented

Added in fb37889

commented

Thanks so much! I'll test it out as soon as it's updated on curseforge and let you know if I run into any more issues.