mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 03:39:16 +00:00
Tweaks for new features
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
"subSurface": [
|
||||
"SANDSTONE"
|
||||
],
|
||||
"rock": [
|
||||
"SANDSTONE"
|
||||
],
|
||||
"scatter":[
|
||||
"DEAD_BUSH=0.008"
|
||||
],
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
"subSurface": [
|
||||
"SANDSTONE"
|
||||
],
|
||||
"rock": [
|
||||
"SANDSTONE"
|
||||
],
|
||||
"scatter":[
|
||||
"DEAD_BUSH=0.005"
|
||||
],
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"subSurface": [
|
||||
"RED_SANDSTONE"
|
||||
],
|
||||
"rock": [
|
||||
"RED_SANDSTONE"
|
||||
],
|
||||
"scatter":[
|
||||
"DEAD_BUSH=0.008"
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -5,5 +5,9 @@
|
||||
"derivative": "EXTREME_HILLS",
|
||||
"scatter":[
|
||||
"LONG_GRASS:2=0.04"
|
||||
]
|
||||
],
|
||||
"dirtDepth": 0,
|
||||
"cliffs": true,
|
||||
"cliffScale": 0.95,
|
||||
"cliffChance": 0.429
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user