remove gt circuit out of nc recipes
This commit is contained in:
parent
5841db6733
commit
e88cb7d796
1 changed files with 2 additions and 2 deletions
|
@ -104,10 +104,10 @@ public class GT_ItemIterator
|
||||||
GT_OreDictUnificator.addToBlacklist(new ItemStack(tItem, 1, 32767));
|
GT_OreDictUnificator.addToBlacklist(new ItemStack(tItem, 1, 32767));
|
||||||
}
|
}
|
||||||
if ((tName.equals("item.ItemSensorLocationCard")) || (tName.equals("item.ItemEnergySensorLocationCard")) || (tName.equals("item.ItemEnergyArrayLocationCard")) || (tName.equals("item.ItemTextCard"))) {
|
if ((tName.equals("item.ItemSensorLocationCard")) || (tName.equals("item.ItemEnergySensorLocationCard")) || (tName.equals("item.ItemEnergyArrayLocationCard")) || (tName.equals("item.ItemTextCard"))) {
|
||||||
GT_Values.RA.addAssemblerRecipe(new ItemStack(tItem, 1, 32767), null, ItemList.Circuit_Basic.get(2L, new Object[0]), 200, 32);
|
GT_Values.RA.addAssemblerRecipe(new ItemStack(tItem, 1, 32767), null, GT_ModHandler.getIC2Item("electronicCircuit", 2L), 200, 32);
|
||||||
}
|
}
|
||||||
if (tName.equals("item.ItemTimeCard")) {
|
if (tName.equals("item.ItemTimeCard")) {
|
||||||
GT_Values.RA.addAssemblerRecipe(new ItemStack(tItem, 1, 32767), null, ItemList.Circuit_Basic.get(1L, new Object[0]), 100, 32);
|
GT_Values.RA.addAssemblerRecipe(new ItemStack(tItem, 1, 32767), null, GT_ModHandler.getIC2Item("electronicCircuit", 1L), 100, 32);
|
||||||
}
|
}
|
||||||
if (tName.equals("tile.ArsMagica:ore_vinteum")) {
|
if (tName.equals("tile.ArsMagica:ore_vinteum")) {
|
||||||
GT_OreDictUnificator.set(OrePrefixes.ore, Materials.Vinteum, new ItemStack(tItem, 1, 0));
|
GT_OreDictUnificator.set(OrePrefixes.ore, Materials.Vinteum, new ItemStack(tItem, 1, 0));
|
||||||
|
|
Loading…
Reference in a new issue