9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00

Midnight Deserts

This commit is contained in:
Daniel Mills
2020-01-25 17:20:45 -05:00
parent 4f8537c075
commit 7ae7737068
5 changed files with 99 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "Tropical Beach",
"derivative": "JUNGLE",
"type": "FRONT",
"genHeight": 0,
"surface": [
"CONCRETE_POWDER:4",
"CONCRETE_POWDER:0",
"SAND",
"CONCRETE_POWDER:15"
],
"surfaceScale": 0.1,
"surfaceType": "simplex",
"subSurface": [
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"scatter":[
"WOOD_BUTTON:5=0.16"
],
"objects": [
"tree/palm/medium=1.74",
"tree/palm/small=4.27"
]
}

View File

@@ -0,0 +1,37 @@
{
"name": "Midnight Desert",
"derivative": "MUTATED_DESERT",
"type": "LAND",
"parent": "Desert",
"region": "hot",
"genHeight": 0,
"rarity": 15,
"surfaceType": "simplex",
"subSurfaceType": "simplex",
"rockType": "simplex",
"surfaceScale": 0.45,
"surface": [
"CONCRETE_POWDER:10",
"CONCRETE_POWDER:11",
"CONCRETE_POWDER:15",
"CONCRETE_POWDER:15"
],
"subSurface": [
"CONCRETE:10",
"CONCRETE:11",
"CONCRETE:15"
],
"rock": [
"CONCRETE:10",
"CONCRETE:11",
"CONCRETE:15"
],
"scatter":[
"DEAD_BUSH=0.008",
"STONE_BUTTON:5=0.16"
],
"objects": [
"tree/colossal/dead/massive=0.001",
"tree/colossal/dead/superlarge=0.001"
]
}

View File

@@ -0,0 +1,28 @@
{
"name": "Tropical Shore",
"derivative": "JUNGLE",
"type": "FRONT",
"genHeight": 0,
"surface": [
"CONCRETE_POWDER:4",
"CONCRETE_POWDER:0",
"SAND",
"CONCRETE_POWDER:15"
],
"surfaceScale": 0.1,
"surfaceType": "simplex",
"subSurface": [
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"scatter":[
"WOOD_BUTTON:5=0.16"
],
"objects": [
"tree/palm/medium=1.64",
"tree/palm/small=2.27"
]
}

View File

@@ -21,7 +21,11 @@
"magma_lake",
"magma_beach",
"beach_tropical",
"shore_tropical",
"desert",
"desert_midnight",
"desert_red",
"desert_hills",
"mesa",

View File

@@ -1,8 +1,8 @@
{
"name": "Tropical",
"beach": "beach",
"beach": "beach_tropical",
"ocean": "ocean",
"lake": "lake",
"shore": "shore",
"shore": "shore_tropical",
"channel": "channel"
}