mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Added Lamp Controller Recipe
This commit is contained in:
parent
f9af65dc31
commit
7e2b9a2420
1 changed files with 5 additions and 0 deletions
|
@ -347,6 +347,11 @@ public class BlockCrafting{
|
||||||
'D', "dye"+BlockColoredLamp.allLampTypes[i].name,
|
'D', "dye"+BlockColoredLamp.allLampTypes[i].name,
|
||||||
'Q', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.QUARTZ.ordinal())));
|
'Q', new ItemStack(InitItems.itemMisc, 1, TheMiscItems.QUARTZ.ordinal())));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitBlocks.blockLampPowerer, 4),
|
||||||
|
"XXX", "XLX", "XXX",
|
||||||
|
'X', "dustRedstone",
|
||||||
|
'L', new ItemStack(InitBlocks.blockColoredLamp, 1, Util.WILDCARD)));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue