Skip to content

Commit

Permalink
V1.1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeRangerDelta committed Aug 26, 2023
1 parent 1d6447a commit 5678431
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "1.1.1.0",
"version" : "1.1.2.0",
"tags" : "Planets and Environments",
"author" : "SkyeRangerDelta",
"description" : "Mod that adds a new planet similar to Frackin Universe's Nitrogen Sea (but a bit colder). It is simply a massive liquid nitrogen expanse without a large terrain covering; like an Arctic world. It spawns in Tier 5 and 6 systems. Note that uninstallation requires a universe wipe.",
Expand Down
6 changes: 3 additions & 3 deletions biomes/surface/nitrogendeep.biome
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"spawnProfile" : {
"groups" : [
{
"select" : 2,
"select" : 1,
"pool" : [
[ 0.07, "icetroll" ],
[ 0.1, "wisper" ],
[ 0.1, "wisper7" ],
[ 0.1, "cryopod" ],
Expand All @@ -21,11 +20,12 @@
{
"select" : 1,
"pool" : [
[ 0.4, "polarmoth" ],
[ 0.4, "symbiotecritter" ]
]
},
{
"select" : 2,
"select" : 1,
"pool" : "nightTerrors"
},
{
Expand Down
4 changes: 2 additions & 2 deletions celestial.config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"maskTextures": "/celestial/system/terrestrial/horizon/masks/ocean/<mask>_<selector>.png",
"maskRange": [
1,
15
25
],
"maskPerPlanetRange": [
2,
1,
3
]
}
Expand Down
4 changes: 2 additions & 2 deletions terrestrial_worlds.config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"value": {
"blendSize": 30,
"threatRange": [
4,
5
5,
6
],
"layers": {
"space": {
Expand Down

0 comments on commit 5678431

Please sign in to comment.