This commit is contained in:
2023-04-20 23:50:11 +09:00
parent 5fe463829b
commit c1e4b740eb
6 changed files with 39 additions and 0 deletions

View File

@@ -55,4 +55,9 @@ if mods['space-exploration'] then
data.raw['assembling-machine']['se-casting-machine'].fast_replaceable_group = 'casting-machine'
data.raw['assembling-machine']['se-casting-machine-2'].fast_replaceable_group = data.raw['assembling-machine']['se-casting-machine'].fast_replaceable_group
data.raw['assembling-machine']['se-casting-machine-3'].fast_replaceable_group = data.raw['assembling-machine']['se-casting-machine-2'].fast_replaceable_group
-- pulveriser
data.raw['assembling-machine']['se-pulveriser'].fast_replaceable_group = 'pulveriser'
data.raw['assembling-machine']['se-pulveriser-2'].fast_replaceable_group = data.raw['assembling-machine']['se-pulveriser'].fast_replaceable_group
data.raw['assembling-machine']['se-pulveriser-3'].fast_replaceable_group = data.raw['assembling-machine']['se-pulveriser-2'].fast_replaceable_group
end