Yarden-zamir / ProjectGear

Project gear modpack development
20 stars 12 forks source link

Nuclearcraft basic plating uncraftable #400

Open RyanTheBerry opened 6 years ago

RyanTheBerry commented 6 years ago

Basic plating is uncraftable making the mod unusable there was talk in discord of swapping the recipe to another plate type.

Yarden-zamir commented 6 years ago

Yea that's the plan

TheDeviantCrafter commented 6 years ago

Do we need to keep this issue open?

6rKbS6grBM7Q commented 6 years ago

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...

TheDeviantCrafter commented 6 years ago

I think Panda removed the recipe and didn't add a new one. It used a lot of lead originally.

6rKbS6grBM7Q commented 6 years ago

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.

456Xander commented 5 years ago

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.