Коррекция рецепта:

- Кордит
- Переработка газа
Увеличил размер стака для щебня до 40000
This commit is contained in:
2026-03-22 22:12:23 +03:00
parent 881e20c1c5
commit d64184568f
3 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
--end
if data.raw["item"]["slag"] then
data.raw["item"]["slag"].stack_size = 4000
data.raw["item"]["stone-crushed"].stack_size = 4000
data.raw["item"]["stone-crushed"].stack_size = 40000
data.raw["item"]["stone-brick"].stack_size = 4000
data.raw["item"]["iron-gear-wheel"].stack_size = 2000
end