This commit is contained in:
2026-06-26 02:24:29 +09:00
parent 120d5fa26b
commit 7d8afb3565
-1
View File
@@ -255,7 +255,6 @@ end
-- GM-VP C 1 RECYCLER ENTITY -- GM-VP C 1 RECYCLER ENTITY
if data.raw['furnace'] and data.raw['furnace']['recycler'] then if data.raw['furnace'] and data.raw['furnace']['recycler'] then
-- data.raw['furnace']['recycler'].result_inventory_size = 5
local asm = table.deepcopy(data.raw['furnace']['recycler']) local asm = table.deepcopy(data.raw['furnace']['recycler'])
asm.type = 'assembling-machine' asm.type = 'assembling-machine'
asm.fixed_recipe = 'scrap-recycling' asm.fixed_recipe = 'scrap-recycling'