Fix blast furnace stack size.

This commit is contained in:
Adamo 2023-11-29 03:12:27 -05:00
parent 071e21d3b9
commit 0e1559db90
Signed by: Otho
GPG Key ID: 41B5569B22EAAA7A

View File

@ -150,7 +150,7 @@ local furnace_item = {
subgroup = "adamo-chemical-production-machine",
order = "c[adamo-blast-furnace]",
place_result = "adamo-blast-furnace",
stack_size = 25
stack_size = 50
}
local furnace_entity = {
type = "assembling-machine",