[1.12.2] UniDict Crafttweaker Support does not remove JAOPCA gears
Skaphegor opened this issue ยท 3 comments
I used the this in my script:
#Removing gears and plates recipes
mods.unidict.removalByKind.get("Crafting").remove("gear");
mods.unidict.removalByKind.get("Crafting").remove("plate");
And I also changed the settings: https://pastebin.com/VNYFCZwq
It only effects gears of JAOPCA. It works well with plates.
Versions:
Forge: 2765
UniDict:2.9
WanionLib: 1.5
Crafttweaker: 4.1.11
@WanionCane Is there any fix this now? This recipes are by UniDict so how couldn't UniDict its own recipes? Unless I have to remove every single recipe. All other recipes have been removed by this script:
Edit: Note that the plate recipes have been removed correctly.
#Removing gears and plates recipes
mods.unidict.removalByKind.get("Crafting").remove("gear");
mods.unidict.removalByKind.get("Crafting").remove("plate");
this probably was caused because UniDictAPI couldn't find these gears, does Lithium, Thorium, and Apatite have an Ingot form?