v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
14
attic/old_version_scripts/worldmetadata_3_4.lua
Normal file
14
attic/old_version_scripts/worldmetadata_3_4.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
function update(store)
|
||||
if store.worldTemplate.celestialParameters then
|
||||
if store.worldTemplate.celestialParameters.scanData then
|
||||
-- added detached Biome information to world metadata
|
||||
-- if it's not there... just fake it
|
||||
if not store.worldTemplate.celestialParameters.scanData.detachedBiome then
|
||||
store.worldTemplate.celestialParameters.scanData.detachedBiome = ""
|
||||
-- close enough!
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
return store
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue