This commit is contained in:
2025-03-04 20:53:09 +09:00
parent ddfb43ae22
commit 0489c069c1
3 changed files with 8 additions and 11 deletions

View File

@@ -1,3 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.66
Date: 2025-03-05
Changes:
- [SA] some code clean up.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 3.0.65 Version: 3.0.65
Date: 2025-03-05 Date: 2025-03-05

View File

@@ -515,16 +515,6 @@ if settings.startup['PHI-SA'].value then
end end
end end
for _, v in pairs({'huge-rock', 'big-rock', 'big-sand-rock'}) do
data.raw['simple-entity'][v].autoplace = nil
data.raw.planet['nauvis'].map_gen_settings.autoplace_settings.entity.settings[v] = nil
end
for _, v in pairs({'medium-rock', 'small-rock', 'tiny-rock', 'medium-sand-rock', 'small-sand-rock', 'sand-decal', 'sand-dune-decal', 'light-mud-decal', 'red-desert-decal'}) do
data.raw['optimized-decorative'][v].autoplace = nil
data.raw.planet['nauvis'].map_gen_settings.autoplace_settings.decorative.settings[v] = nil
end
for _, v in pairs({'artificial-yumako-soil', 'overgrowth-yumako-soil', 'artificial-jellynut-soil', 'overgrowth-jellynut-soil'}) do for _, v in pairs({'artificial-yumako-soil', 'overgrowth-yumako-soil', 'artificial-jellynut-soil', 'overgrowth-jellynut-soil'}) do
data.raw.tile[v].sprite_usage_surface = 'any' data.raw.tile[v].sprite_usage_surface = 'any'
data.raw.item[v].place_as_tile.condition = {layers = {water_tile = true}} data.raw.item[v].place_as_tile.condition = {layers = {water_tile = true}}

View File

@@ -1,6 +1,6 @@
{ {
"name": "PHI-CL", "name": "PHI-CL",
"version": "3.0.65", "version": "3.0.66",
"factorio_version": "2.0", "factorio_version": "2.0",
"date": "2025-03-05", "date": "2025-03-05",
"title": "Phidias Collection", "title": "Phidias Collection",