mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 19:15:22 +09:00
.
This commit is contained in:
@@ -1129,6 +1129,7 @@ if settings.startup['PHI-VP'].value then
|
||||
['gleba_tile'] = true,
|
||||
['fulgora_tile'] = true,
|
||||
['aquilo_tile'] = true,
|
||||
['artificial-tiles'] = true,
|
||||
}
|
||||
|
||||
for k, v in pairs(data.raw['tile']) do
|
||||
@@ -1137,6 +1138,8 @@ if settings.startup['PHI-VP'].value then
|
||||
end
|
||||
end
|
||||
|
||||
data.raw['tile']['space'] = nil
|
||||
|
||||
for _, v in pairs({'small-wriggler-pentapod', 'small-wriggler-pentapod-premature', 'medium-wriggler-pentapod', 'medium-wriggler-pentapod-premature', 'big-wriggler-pentapod', 'big-wriggler-pentapod-premature'}) do
|
||||
data.raw['unit'][v] = nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user