Open RyanTheBerry opened 6 years ago
Yea that's the plan
Do we need to keep this issue open?
Do you know why this is uncraftable?
I'm seeing something similar in FTB Revelation 2.2 + NuclearCraft 2.10p, where Basic/Advanced/Elite plating is in the JEI list, but the only way to get Basic is from dungeon chests. It shows no way to get Advanced/Elite plating...
I think Panda removed the recipe and didn't add a new one. It used a lot of lead originally.
Thanks! I see in Vanilla Minecraft 1.12.2 + Forge 14.23.4.2730 + NuclearCraft 2.10p... it works. Must be something with the FTB Revelation modpack.
I know this issue is quite old now, but I just found the reason.
FTB Revelation uses craft tweaker to unify plate crafting with the line mods.unidict.removalByKind.get("Crafting").remove("plate");
That line also removes crafting recipes for the plates, so you either have to delete 01_unification.zs or add the recipes with crafttweaker again after that line.
Basic plating is uncraftable making the mod unusable there was talk in discord of swapping the recipe to another plate type.