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.115
|
||||||
|
Date: 2025-06-15
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
- [SA] Some changes on the creative world map presets.
|
||||||
|
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 3.0.114
|
Version: 3.0.114
|
||||||
Date: 2025-06-15
|
Date: 2025-06-15
|
||||||
|
|||||||
@@ -1742,10 +1742,7 @@ if settings.startup['PHI-CT'].value then
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
data.raw['map-gen-presets']['default']['empty-world'] = {
|
data.raw['map-gen-presets']['default']['empty-world'] = {order = 'zz', basic_settings = {autoplace_controls = {}}}
|
||||||
order = 'zz',
|
|
||||||
basic_settings = {autoplace_controls = {}}
|
|
||||||
}
|
|
||||||
|
|
||||||
for k, v in pairs (data.raw['autoplace-control']) do
|
for k, v in pairs (data.raw['autoplace-control']) do
|
||||||
v.can_be_disabled = true
|
v.can_be_disabled = true
|
||||||
|
|||||||
Reference in New Issue
Block a user