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

Tweaks for new features

This commit is contained in:
Daniel Mills
2020-01-16 01:49:01 -05:00
parent f35b7b0da3
commit 05f97b4bc0
9 changed files with 83 additions and 10 deletions

View File

@@ -8,6 +8,9 @@
"subSurface": [
"SANDSTONE"
],
"rock": [
"SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.008"
],

View File

@@ -9,6 +9,9 @@
"subSurface": [
"SANDSTONE"
],
"rock": [
"SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.005"
],

View File

@@ -8,6 +8,9 @@
"subSurface": [
"RED_SANDSTONE"
],
"rock": [
"RED_SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.008"
],

View File

@@ -4,12 +4,19 @@
"height": 0.192,
"region": "snowy",
"snow": 1.72,
"cliffs": true,
"cliffScale": 1.39,
"cliffChance": 0.47,
"surface": [
"SNOW_BLOCK"
],
"subSurfaceDepth": 3,
"subSurface": [
"PACKED_ICE"
],
"rock": [
"PACKED_ICE"
],
"objects": [
"tree/spruce/medium=0.57",
"tree/spruce/small=1.7",

View File

@@ -10,9 +10,20 @@
"STAINED_CLAY:12"
],
"subSurface": [
"CLAY",
"SAND:1",
"SAND"
"HARD_CLAY",
"STAINED_CLAY:1",
"STAINED_CLAY:8",
"STAINED_CLAY:12"
],
"rock": [
"HARD_CLAY",
"STAINED_CLAY:1",
"STAINED_CLAY:8",
"STAINED_CLAY:12"
],
"dirtDepth": 2,
"rockDepth": 18,
"rockType": "simplex",
"dirtType": "simplex",
"surfaceType": "simplex"
}

View File

@@ -12,9 +12,24 @@
"STAINED_CLAY:6"
],
"subSurface": [
"CLAY",
"SAND:1",
"SAND"
"STAINED_CLAY:9",
"STAINED_CLAY:3",
"STAINED_CLAY:11",
"STAINED_CLAY:10",
"STAINED_CLAY:2",
"STAINED_CLAY:6"
],
"rock": [
"STAINED_CLAY:9",
"STAINED_CLAY:3",
"STAINED_CLAY:11",
"STAINED_CLAY:10",
"STAINED_CLAY:2",
"STAINED_CLAY:6"
],
"dirtDepth": 2,
"rockDepth": 18,
"rockType": "simplex",
"dirtType": "simplex",
"surfaceType": "simplex"
}

View File

@@ -10,9 +10,20 @@
"STAINED_CLAY:12"
],
"subSurface": [
"CLAY",
"SAND:1",
"SAND"
"STAINED_CLAY:4",
"STAINED_CLAY:5",
"STAINED_CLAY:13",
"STAINED_CLAY:12"
],
"rock": [
"STAINED_CLAY:4",
"STAINED_CLAY:5",
"STAINED_CLAY:13",
"STAINED_CLAY:12"
],
"dirtDepth": 2,
"rockDepth": 18,
"rockType": "simplex",
"dirtType": "simplex",
"surfaceType": "simplex"
}

View File

@@ -5,5 +5,9 @@
"derivative": "EXTREME_HILLS",
"scatter":[
"LONG_GRASS:2=0.04"
]
],
"dirtDepth": 0,
"cliffs": true,
"cliffScale": 0.95,
"cliffChance": 0.429
}

View File

@@ -8,7 +8,23 @@
"CONCRETE:7",
"CONCRETE_POWDER:15"
],
"subSurface": [
"CONCRETE:15",
"OBSIDIAN",
"CONCRETE:7",
"CONCRETE_POWDER:15"
],
"rock": [
"CONCRETE:15",
"OBSIDIAN",
"CONCRETE:7",
"CONCRETE_POWDER:15"
],
"surfaceType": "simplex",
"rockType": "simplex",
"subSurfaceType": "simplex",
"rockDepth": 3,
"dirtDepth": 1,
"surfaceScale": 1.125,
"objects": [
"tree/tourmaline/large=0.1",