PneumaticCraft: Repressurized

PneumaticCraft: Repressurized

43M Downloads

Crafttweaker support problem - remove() doesn't work

Yarden-zamir opened this issue ยท 3 comments

commented

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?

commented

Yeah, I see the problem there. As a workaround for now, I think removeByName() should work?

commented

Yea, that's what I am using. Thank you!

commented

This is fixed in the 2.14.0 alpha release. (While alpha, it is because of build system changes rather than major mod changes - it should be safe to use though as always do world backups, try on test world first etc.)...