mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 04:11:39 +09:00
.
This commit is contained in:
@@ -1129,6 +1129,7 @@ if settings.startup['PHI-VP'].value then
|
|||||||
['gleba_tile'] = true,
|
['gleba_tile'] = true,
|
||||||
['fulgora_tile'] = true,
|
['fulgora_tile'] = true,
|
||||||
['aquilo_tile'] = true,
|
['aquilo_tile'] = true,
|
||||||
|
['artificial-tiles'] = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
for k, v in pairs(data.raw['tile']) do
|
for k, v in pairs(data.raw['tile']) do
|
||||||
@@ -1137,6 +1138,8 @@ if settings.startup['PHI-VP'].value then
|
|||||||
end
|
end
|
||||||
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
|
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
|
data.raw['unit'][v] = nil
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user