Compare commits
4 Commits
620cf0d3e0
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a408bf0e7 | |||
| a25568a532 | |||
| 2b611a3592 | |||
| 02846374aa |
@@ -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 },
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user