EXPERIMENTAL: make lenses not require iron ingots - they should be LESS expensive than filters
This commit is contained in:
parent
8798cf31c2
commit
a20dc994fb
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public final class TransportSiliconRecipes {
|
|||
// Lenses, Filters
|
||||
for (int i = 0; i < 16; i++) {
|
||||
BuildcraftRecipeRegistry.assemblyTable.addRecipe("buildcraft:lens:" + i, 10000, new ItemStack(BuildCraftTransport.lensItem, 2, i),
|
||||
ColorUtils.getOreDictionaryName(15 - i), "blockGlass", "ingotIron");
|
||||
ColorUtils.getOreDictionaryName(15 - i), "blockGlass");
|
||||
BuildcraftRecipeRegistry.assemblyTable.addRecipe("buildcraft:filter:" + i, 10000, new ItemStack(BuildCraftTransport.lensItem, 2, i + 16),
|
||||
ColorUtils.getOreDictionaryName(15 - i), "blockGlass", Blocks.iron_bars);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue