9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
This commit is contained in:
Daniel Mills
2020-01-19 09:02:27 -05:00
parent 5a86b3d784
commit 8520549e3d
2 changed files with 25 additions and 1 deletions

View File

@@ -15,5 +15,13 @@
"scatter":[
"LONG_GRASS:2=0.04"
],
"rock": [
"STAINED_CLAY:9",
"STONE:5",
"STONE"
],
"rockType": "simplex",
"rockDepth": 14,
"rockScale": 0.722,
"dirtDepth": 0
}

View File

@@ -8,6 +8,9 @@
"genScale": 2.15,
"rarity": 3.5,
"region": "tropical",
"cliffScale": 0.76,
"cliffChance": 0.752,
"cliffs": true,
"subSurface": [
"CONCRETE_POWDER:15"
],
@@ -22,5 +25,18 @@
"CONCRETE:15",
"CONCRETE:15"
],
"surfaceType": "simplex"
"rock":[
"STAINED_CLAY:15",
"STAINED_CLAY:15",
"CONCRETE:15",
"CONCRETE:15",
"CONCRETE:15",
"CONCRETE:15",
"CONCRETE:15",
"CONCRETE:15",
"CONCRETE:15"
],
"rockDepth": 21,
"surfaceType": "simplex",
"rockType": "simplex"
}