This commit is contained in:
2024-11-23 00:10:37 +09:00
parent 05d834d418
commit c413f2da0d
2 changed files with 9 additions and 9 deletions

View File

@@ -593,16 +593,16 @@ if settings.startup['PHI-SA'].value then
local gleba_tile = {}
for _, v in pairs(items['space-age']['gleba_tile']) do
if data.raw.tile[v] then
data.raw.planet['nauvis'].map_gen_settings.autoplace_settings.tile.settings[v] = {}
table.insert(gleba_tile, v)
for k, _ in pairs(items['space-age']['gleba_tile']) do
if data.raw.tile[k] then
data.raw.planet['nauvis'].map_gen_settings.autoplace_settings.tile.settings[k] = {}
table.insert(gleba_tile, k)
end
end
for _, v in pairs(items['space-age']['gleba_tree']) do
if data.raw.tree[v] then
data.raw.tree[v].autoplace['tile_restriction'] = gleba_tile
for k, _ in pairs(items['space-age']['gleba_tree']) do
if data.raw.tree[k] then
data.raw.tree[k].autoplace['tile_restriction'] = gleba_tile
end
end

View File

@@ -1,8 +1,8 @@
{
"name": "PHI-CL",
"version": "3.0.34",
"version": "3.0.35",
"factorio_version": "2.0",
"date": "2024-11-22",
"date": "2024-11-23",
"title": "Phidias Collection",
"author": "PHIDIAS0303",
"contributers": "",