Compare commits

..

4 Commits

3 changed files with 4 additions and 4 deletions

View File

@@ -94,8 +94,8 @@ data:extend({
enabled = false,
ingredients = {
{ type = "item", name = "ingot-tin", amount = 12 },
{ type = "item", name = "ingot-copper", amount = 12 },
{ type = "item", name = "ingot-silver", amount = 12 },
-- { type = "item", name = "ingot-copper", amount = 12 },
{ type = "item", name = "ingot-silver", amount = 24 },
},
results = {
{ type = "fluid", name = "liquid-molten-solder", amount = 360 },

View File

@@ -153,7 +153,7 @@ data:extend({
},
results = {
{ type = "item", name = "ingot-lead", amount = 12 },
{ type = "item", name = "slag", amount = 1 },
-- { type = "item", name = "slag", amount = 1 },
},
main_product = "ingot-lead",
icons = angelsmods.functions.add_number_icon_layer(

View File

@@ -96,7 +96,7 @@ if settings.startup["bobmods-power-solar"].value == true then
ingredients = {
{ "solar-panel-2", 1 },
{ "steel-plate", 4 },
{ "processing-unit", 6,
{ "processing-unit", 6 },
{ "copper-plate", 4 },
},
result = "solar-panel-3",