Compare commits

...

4 Commits

3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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