Crafttweaker support problem - remove() doesn't work
Yarden-zamir opened this issue ยท 3 comments
For feature requests, just erase this template and clearly describe the feature you'd like to see
Minecraft Version
1.16
Forge Version
36.2.2
Mod Version
2.13.4-215
Describe your problem, including steps to reproduce it
The explosion crafting and pressure chamber both implement IRecipeManager so the have .remove(IItemStack) but the output of those is is an array so it doesn't throw an error it just doesn't remove anything. The only way to remove is with removeAll()
Any other comments?
Yeah, I see the problem there. As a workaround for now, I think removeByName()
should work?