Forestry recipes removed from game but still appears in JEI
JasonMcRay opened this issue ยท 2 comments
Issue Description:
When I try to remove a recipe from squeezer, it still shows in JEI. However the recipe does not exist in game. Same happens also with Fermenter (haven't tested rest)
What happens:
Removed recipe still shows in JEI, but is successfully removed from game.
What you expected to happen:
Recipe to be removed from both JEI and game.
Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):
for seed in <ore:listAllseed>.items { mods.forestry.Squeezer.removeRecipe(<liquid:seed.oil>, [seed]); };
(Using harvestcraft as well, so that is why I am iterating through the oredictionary of listAllseed)
Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):
Affected Versions (Do not use "latest"):
- Minecraft: 1.10.2
- Forge: 12.18.3.2254
- Crafttweaker: 3.0.24
- ModTweaker: 2.0.11
- MTLib: 1.0.2
- Forestry: 5.2.17.368
I've got the same problem with removing recipes from the carpenter machine.
Minetweaker log file
https://gist.github.com/Lgk2/8dd07600f530ac85668534359caf3e17
Minetweaker script file
https://gist.github.com/Lgk2/034db220d01e37205a183f3d90300ca6
Affected Versions
Minecraft: 1.10.2
Forge: 12.18.3.2254
Crafttweaker: 3.0.24
ModTweaker: 2.0.11
MTLib: 1.0.2
Forestry: 5.2.17.368
JEI: 1.10.2-3.14.7.416