sreny1 Posted September 16, 2022 Posted September 16, 2022 The recipe for Launch pad looks like this rn: the issue appears to be caused by the oredict name provided in the recipe refering to nothing The Script right now has this recipe in it: // Launch Pad recipes.remove(<advancedrocketry:launchpad>); makeShaped("ar_launchpad", <advancedrocketry:launchpad> * 9, [ "CCC", "CCC", "CCC", ], { C: <ore:stoneConcrete> }); located in scripts\AdvRockery.zs To fix this i would suggest replacing the "ore:stoneConcrete" with "gregtech:stone_smooth:4" That makes it craftable from gregtechs light concrete, like it was before: Jabgamer2142 1
Founder brunyman Posted September 17, 2022 Founder Posted September 17, 2022 Added, but in order to show you the recipe you need the change on client side too, but it is craftable sreny1 1
Recommended Posts