@@ -58,7 +58,7 @@ private static void addUniversalRecipes()
58
58
FurnaceRecipes .smelting ().func_151394_a (new ItemStack (GCBlocks .blockMoon , 1 , 1 ), new ItemStack (GCItems .basicItem , 1 , 4 ), 1.0F );
59
59
FurnaceRecipes .smelting ().func_151394_a (new ItemStack (GCBlocks .blockMoon , 1 , 2 ), new ItemStack (GCItems .cheeseCurd ), 1.0F );
60
60
61
- RecipeUtil .addRecipe (new ItemStack (GCItems .rocketEngine , 1 , 1 ), new Object [] { "ZYZ" , "ZWZ" , "XVX" , 'V' , GCItems .oxygenVent , 'W' , new ItemStack (GCItems .fuelCanister , 1 , 1 ), 'X' , GCItems .heavyPlatingTier1 , 'Y' , new ItemStack (Blocks .wool , 1 , 4 ), 'Z' , "plateMeteoricIron " });
61
+ RecipeUtil .addRecipe (new ItemStack (GCItems .rocketEngine , 1 , 1 ), new Object [] { "ZYZ" , "ZWZ" , "XVX" , 'V' , GCItems .oxygenVent , 'W' , new ItemStack (GCItems .fuelCanister , 1 , 1 ), 'X' , GCItems .heavyPlatingTier1 , 'Y' , new ItemStack (Blocks .wool , 1 , 4 ), 'Z' , "compressedMeteoricIron " });
62
62
63
63
HashMap <Integer , ItemStack > input = new HashMap <Integer , ItemStack >();
64
64
input .put (1 , new ItemStack (GCItems .partNoseCone ));
@@ -274,7 +274,7 @@ private static void addUniversalRecipes()
274
274
275
275
RecipeUtil .addRecipe (new ItemStack (GCItems .sensorGlasses , 1 ), new Object [] { "ZWZ" , "Z Z" , "XYX" , 'W' , Items .diamond , 'X' , GCItems .sensorLens , 'Y' , "ingotMeteoricIron" , 'Z' , Items .string });
276
276
277
- RecipeUtil .addRecipe (new ItemStack (GCItems .sensorLens , 1 ), new Object [] { "ZXZ" , "XYX" , "ZXZ" , 'X' , Blocks .glass_pane , 'Y' , "plateMeteoricIron " , 'Z' , Items .redstone });
277
+ RecipeUtil .addRecipe (new ItemStack (GCItems .sensorLens , 1 ), new Object [] { "ZXZ" , "XYX" , "ZXZ" , 'X' , Blocks .glass_pane , 'Y' , "compressedMeteoricIron " , 'Z' , Items .redstone });
278
278
279
279
if (!ConfigManagerCore .alternateCanisterRecipe )
280
280
{
@@ -368,7 +368,7 @@ private static void addUniversalRecipes()
368
368
369
369
RecipeUtil .addRecipe (new ItemStack (GCBlocks .airLockFrame , 4 , 0 ), new Object [] { "XXX" , "YZY" , "XXX" , 'X' , "compressedAluminum" , 'Y' , "compressedSteel" , 'Z' , GCItems .oxygenConcentrator });
370
370
371
- RecipeUtil .addRecipe (new ItemStack (GCBlocks .airLockFrame , 1 , 1 ), new Object [] { "YYY" , "WZW" , "YYY" , 'W' , "plateMeteoricIron " , 'Y' , "compressedSteel" , 'Z' , new ItemStack (GCItems .basicItem , 1 , 13 ) });
371
+ RecipeUtil .addRecipe (new ItemStack (GCBlocks .airLockFrame , 1 , 1 ), new Object [] { "YYY" , "WZW" , "YYY" , 'W' , "compressedMeteoricIron " , 'Y' , "compressedSteel" , 'Z' , new ItemStack (GCItems .basicItem , 1 , 13 ) });
372
372
373
373
RecipeUtil .addRecipe (new ItemStack (GCItems .oilExtractor ), new Object [] { "X " , " XY" , "ZYY" , 'X' , "compressedSteel" , 'Y' , "compressedBronze" , 'Z' , Items .redstone });
374
374
0 commit comments