Traveler's Backpack [Fabric]

Traveler's Backpack [Fabric]

15M Downloads

Disabling upgrades doesn't disable recipe.

meyverick opened this issue ยท 3 comments

commented
  1. 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
  1. 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.

  2. Write steps to reproduce the bug
    Disable upgrades.
    Craft them in-game.

  3. What is expected behaviour
    Disabling an upgrade removes it from the game.

commented

Was server restarted after disabling?

commented

Yes, I restarted it multiple times, without results.

commented

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.