mirror of
https://asciireactor.com/factorio/adamo-chemical.git
synced 2024-11-22 08:05:08 +00:00
Fix blast furnace stack size.
This commit is contained in:
parent
071e21d3b9
commit
0e1559db90
@ -150,7 +150,7 @@ local furnace_item = {
|
|||||||
subgroup = "adamo-chemical-production-machine",
|
subgroup = "adamo-chemical-production-machine",
|
||||||
order = "c[adamo-blast-furnace]",
|
order = "c[adamo-blast-furnace]",
|
||||||
place_result = "adamo-blast-furnace",
|
place_result = "adamo-blast-furnace",
|
||||||
stack_size = 25
|
stack_size = 50
|
||||||
}
|
}
|
||||||
local furnace_entity = {
|
local furnace_entity = {
|
||||||
type = "assembling-machine",
|
type = "assembling-machine",
|
||||||
|
Loading…
Reference in New Issue
Block a user