Jump to content

Launch Pad not craftable


sreny1

Recommended Posts

Posted

The recipe for Launch pad looks like this rn:

image.png.8bdf0bb8baa83f1d8ff23e5d98b14b30.png

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:

image.png.7b5c0594f2aeb3827727506434718080.png

  • sreny1 locked this topic

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site you agree to the following Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.