Skip to content

Commit

Permalink
adds more variants of gas giants and merge with upstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow-absorber committed May 7, 2017
2 parents c7a9262 + 1331f7c commit 6251002
Show file tree
Hide file tree
Showing 137 changed files with 4,770 additions and 487 deletions.
11 changes: 7 additions & 4 deletions biomes/surface/desertwastes.biome
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@
[ 0.04, "blackgiantscorpion" ],
[ 0.04, "kluexsentry" ],
[ 0.04, "kluextotem" ],
[ 0.05, "fugiantredbee2" ],
[ 0.09, "pyromantle" ],
[ 0.04, "pyropod" ],
[ 0.04, "crabcano" ],
[ 0.04, "flintlit" ],
[ 0.05, "pyromantle" ],
[ 0.02, "futargolem" ],
[ 0.06, "trictus2" ],
[ 0.06, "fennix" ]
[ 0.05, "trictus2" ],
[ 0.05, "crisper" ],
[ 0.05, "volpin" ]
]
},

Expand Down
11 changes: 7 additions & 4 deletions biomes/surface/desertwastesdark.biome
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@
[ 0.04, "blackgiantscorpion" ],
[ 0.04, "kluexsentry" ],
[ 0.04, "kluextotem" ],
[ 0.05, "fugiantredbee2" ],
[ 0.09, "pyromantle" ],
[ 0.04, "pyropod" ],
[ 0.04, "crabcano" ],
[ 0.04, "flintlit" ],
[ 0.05, "pyromantle" ],
[ 0.02, "futargolem" ],
[ 0.06, "trictus2" ],
[ 0.1111, "fennix" ]
[ 0.05, "trictus2" ],
[ 0.05, "crisper" ],
[ 0.05, "volpin" ]
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions biomes/surface/fugasgiant.biome
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name" : "fugasgiant",
"friendlyName" : "Gas Giant",
"airless" : true,
"statusEffects" : [ "gasworld" ],

"statusEffects" : [ "gasworld1" ],

"spawnProfile" : {
"groups" : [
Expand Down Expand Up @@ -365,7 +366,6 @@
"eveningLightColor" : [50, 50, 100],
"nightLightColor" : [12, 12, 50]
},
//white
{
"mainColor" : [0, 0, 0],

Expand Down
6 changes: 3 additions & 3 deletions biomes/surface/fugasgiant2.biome
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "fugasgiant2",
"friendlyName" : "Gas Giant",
"airless" : true,
"statusEffects" : [ "gasworld" ],
"statusEffects" : [ "gasworld2" ],

"spawnProfile" : {
"groups" : [
Expand Down Expand Up @@ -612,8 +612,8 @@
}
],

"mainBlock" : "cloudblock",
"subBlocks" : [ "raincloud", "aegisaltcrystal" ],
"mainBlock" : "marestone",
"subBlocks" : [ "rostone" ],
"ores" : "gasgiantSurface",

"parallax" : "/parallax/space/gasgiant2.parallax",
Expand Down
6 changes: 3 additions & 3 deletions biomes/surface/fugasgiant3.biome
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "fugasgiant3",
"friendlyName" : "Gas Giant",
"airless" : true,
"statusEffects" : [ "gasworld" ],
"statusEffects" : [ "gasworld3" ],

"spawnProfile" : {
"groups" : [
Expand Down Expand Up @@ -612,8 +612,8 @@
}
],

"mainBlock" : "cloudblock",
"subBlocks" : [ "raincloud", "aegisaltcrystal" ],
"mainBlock" : "steelstone",
"subBlocks" : [ "whitemeteorite" ],
"ores" : "gasgiantSurface",

"parallax" : "/parallax/space/gasgiant2.parallax",
Expand Down
Loading

0 comments on commit 6251002

Please sign in to comment.