mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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}}
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user