Recipes by UniDict not being removed by CraftTweaker
TheDeviantCrafter opened this issue ยท 2 comments
When disabling most items with CraftTweaker, the recipe and the corrosponding JEI entry are removed as expected. Recipes added by UniDict, however, do not get removed.
Reproduction steps:
-
Install Immersive Engineering, Thermal Foundation., Unidict, and CraftTweaker
-
Create a script file with the following code:
recipes.removeShapeless(<thermalfoundation:material:32>);
- Reload the game and check the recipe of Thermal Foundation's iron plate
What I expected to happen:
Both recipes for the iron plate would be removed.
What actually happened:
Both recipes are still enabled, even though the script is supposed to remove them.
Versions:
Minecraft: 1.12.2
Forge: 14.23.2.2654
CoFH Core: 4.3.11.6
CoFH World: 1.1.1.12
CraftTweaker: 4.1.6
JEI: 4.8.5.159
MTLib: 3.0.4
Thermal Foundation: 2.3.11.8
UniDict: 2.4c
WanionLib: 1.5
Also posted this to CraftTweaker's issues page: CraftTweaker/CraftTweaker#518