Added universal cable to ore dict for recipe
This commit is contained in:
parent
8509eaf0ad
commit
fe0b7cd757
1 changed files with 4 additions and 1 deletions
|
@ -726,6 +726,9 @@ public class Mekanism
|
||||||
*/
|
*/
|
||||||
public void addIntegratedItems()
|
public void addIntegratedItems()
|
||||||
{
|
{
|
||||||
|
//Add specific items to ore dictionary for recipe usage in other mods. @Calclavia
|
||||||
|
OreDictionary.registerOre("universalCable", new ItemStack(Transmitter, 8, 1));
|
||||||
|
|
||||||
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));
|
||||||
OreDictionary.registerOre("dustOsmium", new ItemStack(Dust, 1, 2));
|
OreDictionary.registerOre("dustOsmium", new ItemStack(Dust, 1, 2));
|
||||||
|
|
Loading…
Reference in a new issue