Fixed recipe shapes

This commit is contained in:
MachineMuse 2013-02-08 14:06:32 -07:00
parent e563362075
commit 8eab4f4ed3

View file

@ -680,7 +680,6 @@ public class RecipeManager {
ItemStack gearTin = ModCompatability.getThermexItem("gearTin", 1);
ItemStack gearInvar = ModCompatability.getThermexItem("gearInvar", 1);
ItemStack compressedSawdust = ModCompatability.getThermexItem("sawdustCompressed", 1);
ItemStack rockWool = ModCompatability.getThermexItem("blockRockwool", 1);
ItemStack energyFrameFull = ModCompatability.getThermexItem("energyFrameFull", 1);
ItemStack conduitEnergy = ModCompatability.getThermexItem("energyConduit", 1);
ItemStack teleportFrameFull = ModCompatability.getThermexItem("teleportBase", 1);
@ -842,13 +841,13 @@ public class RecipeManager {
GameRegistry.addRecipe(new ShapedOreRecipe(ItemComponent.fieldEmitter, true,
" W ",
"OUO",
" W",
" W ",
'W', ItemComponent.wiring,
'O', ItemComponent.solenoid,
'U', teleportFrameFull));
GameRegistry.addRecipe(new ShapedOreRecipe(ItemComponent.ionThruster, true,
" FI ",
" FI",
"IG ",
"WFI",
'I', "ingotInvar",