![Traveler's Backpack [Fabric]](https://media.forgecdn.net/avatars/thumbnails/623/756/256/256/638018179443585069_animated.gif)
Disabling upgrades doesn't disable recipe.
meyverick opened this issue ยท 3 comments
- ALWAYS PROVIDE INFORMATION ABOUT MODLOADER (Fabric / Forge) AND MOD VERSION (For Example 1.19.2-8.2.10)
- Minecraft server 1.21.4 Fabric
- Mod 10.4.8 Fabric
-
Describe the bug
Disabling backpack upgrades (like Tanks Upgrades) doesn't disable the recipe (in-game and in REI). It confuses players thinking they are able to use them and reporting to admin thinking their bag are bugged. -
Write steps to reproduce the bug
Disable upgrades.
Craft them in-game. -
What is expected behaviour
Disabling an upgrade removes it from the game.
Seems like disabling the item by the vanilla mc way (so by using built-in method) is not directly removing the recipe. But tooltip on the upgrade shows that the item is disabled, isn't it enough?
I will take a look if I'd be able to implement mechanic to disable recipe by changing config method though.