9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

New biome gen config

This commit is contained in:
Daniel Mills
2020-01-17 09:19:29 -05:00
parent 52db237b59
commit 859bb42e27
15 changed files with 57 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
"name": "Deep Ocean",
"derivative": "DEEP_OCEAN",
"type": "FLUID",
"height": -0.2,
"height": -0.1,
"surface": [
"SAND",
"SAND",

View File

@@ -3,7 +3,9 @@
"derivative": "DESERT_HILLS",
"type": "LAND",
"region": "hot",
"height": 0,
"height": 0.05,
"genAmplifier": 0.26,
"genScale": 1.25,
"surface": [
"SAND"
],

View File

@@ -3,7 +3,9 @@
"derivative": "BIRCH_FOREST_HILLS",
"type": "LAND",
"region": "temperate",
"height": 0,
"height": 0.05,
"genAmplifier": 0.26,
"genScale": 1.25,
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"

View File

@@ -3,7 +3,9 @@
"derivative": "FOREST_HILLS",
"type": "LAND",
"region": "temperate",
"height": 0,
"height": 0.05,
"genAmplifier": 0.26,
"genScale": 1.25,
"scatter":[
"LONG_GRASS:1=0.23",
"LONG_GRASS:2=0.13"

View File

@@ -3,7 +3,14 @@
"derivative": "MUTATED_EXTREME_HILLS_WITH_TREES",
"type": "LAND",
"region": "temperate",
"height": 0,
"genHeight": 0.085,
"genAmplifier": 0.85,
"genScale": 0.685,
"genSwirl": 2.44,
"genSwirlScale": 12.5,
"cliffScale": 0.75,
"cliffChance": 0.412,
"cliffs": true,
"scatter":[
"LONG_GRASS:1=0.13",
"LONG_GRASS:2=0.13"

View File

@@ -2,7 +2,7 @@
"name": "Frozen Ocean",
"derivative": "FROZEN_OCEAN",
"type": "FLUID",
"height": -0.1,
"height": -0.038,
"surface": [
"SAND",
"SAND",

View File

@@ -3,11 +3,14 @@
"derivative": "ICE_MOUNTAINS",
"type": "LAND",
"region": "snowy",
"height": 0,
"snow": 1.72,
"genHeight": 0.108,
"genAmplifier": 1.02,
"genScale": 0.685,
"genSwirl": 3.44,
"genSwirlScale": 12.5,
"cliffScale": 0.75,
"cliffChance": 0.432,
"cliffs": true,
"cliffScale": 1.39,
"cliffChance": 0.47,
"surface": [
"SNOW_BLOCK"
],

View File

@@ -4,6 +4,7 @@
"type": "LAND",
"region": "snowy",
"height": 0,
"genAmplifier": 0.1,
"snow": 0.74,
"surface": [
"SNOW_BLOCK"

View File

@@ -3,7 +3,9 @@
"derivative": "JUNGLE_HILLS",
"type": "LAND",
"region": "tropical",
"height": 0,
"height": 0.05,
"genAmplifier": 0.26,
"genScale": 1.25,
"scatter":[
"LONG_GRASS:1=0.33",
"LONG_GRASS:2=0.02"

View File

@@ -2,8 +2,12 @@
"name": "Mesa Blue",
"derivative": "Mesa",
"type": "LAND",
"height": 0,
"region": "hot",
"genHeight": 0.06,
"genAmplifier": 0.22,
"genScale": 0.685,
"genSwirl": 2.44,
"genSwirlScale": 12.5,
"surface": [
"STAINED_CLAY:9",
"STAINED_CLAY:3",

View File

@@ -2,7 +2,11 @@
"name": "Mesa Green",
"derivative": "Mesa",
"type": "LAND",
"height": 0,
"genHeight": 0.04,
"genAmplifier": 0.12,
"genScale": 1.285,
"genSwirl": 6.44,
"genSwirlScale": 5.5,
"region": "hot",
"surface": [
"STAINED_CLAY:4",

View File

@@ -5,8 +5,13 @@
"height": 0,
"region": "hot",
"cliffs": true,
"genHeight": 0.108,
"genAmplifier": 1.02,
"genScale": 0.685,
"genSwirl": 3.44,
"genSwirlScale": 12.5,
"cliffScale": 0.89,
"cliffChance": 0.42,
"cliffChance": 0.62,
"surface": [
"HARD_CLAY",
"STAINED_CLAY:1",

View File

@@ -3,12 +3,16 @@
"derivative": "EXTREME_HILLS",
"type": "LAND",
"region": "cold",
"height": 0,
"genHeight": 0.115,
"genAmplifier": 1.12,
"genScale": 0.885,
"genSwirl": 2.44,
"genSwirlScale": 12.5,
"cliffScale": 0.85,
"cliffChance": 0.452,
"cliffs": true,
"scatter":[
"LONG_GRASS:2=0.04"
],
"dirtDepth": 0,
"cliffs": true,
"cliffScale": 0.95,
"cliffChance": 0.429
"dirtDepth": 0
}

View File

@@ -2,7 +2,7 @@
"name": "Ocean",
"derivative": "OCEAN",
"type": "FLUID",
"height": -0.03,
"height": -0.038,
"surface": [
"SAND",
"SAND",

View File

@@ -4,6 +4,7 @@
"type": "LAND",
"region": "temperate",
"height": 0,
"genAmplifier": 0.02,
"scatter":[
"LONG_GRASS:1=0.37",
"LONG_GRASS:2=0.09"