Added energy tablet to OreDict for external recipe usage
This commit is contained in:
parent
406be48069
commit
8588c90881
1 changed files with 1 additions and 0 deletions
|
@ -616,6 +616,7 @@ public class Mekanism
|
||||||
{
|
{
|
||||||
//Add specific items to ore dictionary for recipe usage in other mods. @Calclavia
|
//Add specific items to ore dictionary for recipe usage in other mods. @Calclavia
|
||||||
OreDictionary.registerOre("universalCable", new ItemStack(Transmitter, 8, 1));
|
OreDictionary.registerOre("universalCable", new ItemStack(Transmitter, 8, 1));
|
||||||
|
OreDictionary.registerOre("battery", EnergyTablet.getUnchargedItem());
|
||||||
|
|
||||||
OreDictionary.registerOre("dustIron", new ItemStack(Dust, 1, 0));
|
OreDictionary.registerOre("dustIron", new ItemStack(Dust, 1, 0));
|
||||||
OreDictionary.registerOre("dustGold", new ItemStack(Dust, 1, 1));
|
OreDictionary.registerOre("dustGold", new ItemStack(Dust, 1, 1));
|
||||||
|
|
Loading…
Add table
Reference in a new issue