
When using the Forge version, recipes still work
StormDragon-64 opened this issue ยท 8 comments
I'm using the Forge 1.19.2 version of this mod, but not all of the mod's functions work.
After putting an item id into the blacklist, relaunching the game, and then putting the item into your inventory, the item gets deleted immediately as expected. However, the item still shows up in EMI and the recipe still works. This means that if someone tried to craft the item, it would disappear immediately, causing all of the items they just used to craft the item to disappear.
I tried adding the item to the recipes only section of the blacklist, but the recipe still worked.
Fixed on latest, v2.2.0 was ported into forge. 1.19.2 version should be available in a few hours as it's under manual review for some reason
1.19.2 is available
The items still showing up in EMI part of this issue could be fixed by porting 2.0.0 back to 1.19.2 forge, but I can't be sure if the recipe problem would be fixed by backporting it alone. For now I have been using empty recipes in an included datapack in my modpack, but that means that I have to make a new recipe for every item I want to disable, which is kind of annoying.
I'll look into fixing this with the 2.0.0 backport
Same issue here, even going back to 1.6.1, so no clue what might be causing it.
The items still showing up in EMI part of this issue could be fixed by porting 2.0.0 back to 1.19.2 forge, but I can't be sure if the recipe problem would be fixed by backporting it alone.
For now I have been using empty recipes in an included datapack in my modpack, but that means that I have to make a new recipe for every item I want to disable, which is kind of annoying.