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