Изменил выход шлака при обработке эссенций (медной/железной)
This commit is contained in:
@@ -707,7 +707,7 @@ data:extend({
|
|||||||
results = {
|
results = {
|
||||||
{ type = "fluid", name = "angels-ore8-anode-sludge", amount = 60 },
|
{ type = "fluid", name = "angels-ore8-anode-sludge", amount = 60 },
|
||||||
{ type = "fluid", name = "water-yellow-waste", amount = 20 },
|
{ type = "fluid", name = "water-yellow-waste", amount = 20 },
|
||||||
{ type = "item", name = "slag", amount = 1 },
|
{ type = "item", name = "slag", amount = 1, probability = 0.1 },
|
||||||
},
|
},
|
||||||
main_product = "angels-ore8-anode-sludge",
|
main_product = "angels-ore8-anode-sludge",
|
||||||
--icon = "__angelsrefining__/graphics/icons/angels-ore6-crystal.png",
|
--icon = "__angelsrefining__/graphics/icons/angels-ore6-crystal.png",
|
||||||
@@ -813,7 +813,7 @@ data:extend({
|
|||||||
results = {
|
results = {
|
||||||
{ type = "fluid", name = "angels-ore9-anode-sludge", amount = 60 },
|
{ type = "fluid", name = "angels-ore9-anode-sludge", amount = 60 },
|
||||||
{ type = "fluid", name = "water-yellow-waste", amount = 20 },
|
{ type = "fluid", name = "water-yellow-waste", amount = 20 },
|
||||||
{ type = "item", name = "slag", amount = 1 },
|
{ type = "item", name = "slag", amount = 1, probability = 0.1 },
|
||||||
},
|
},
|
||||||
main_product = "angels-ore9-anode-sludge",
|
main_product = "angels-ore9-anode-sludge",
|
||||||
--icon = "__angelsrefining__/graphics/icons/angels-ore6-crystal.png",
|
--icon = "__angelsrefining__/graphics/icons/angels-ore6-crystal.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user