mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
Midnight Deserts
This commit is contained in:
28
biomes/beach_tropical.json
Normal file
28
biomes/beach_tropical.json
Normal 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"
|
||||
]
|
||||
}
|
||||
37
biomes/desert_midnight.json
Normal file
37
biomes/desert_midnight.json
Normal 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"
|
||||
]
|
||||
}
|
||||
28
biomes/shore_tropical.json
Normal file
28
biomes/shore_tropical.json
Normal 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"
|
||||
]
|
||||
}
|
||||
@@ -21,7 +21,11 @@
|
||||
"magma_lake",
|
||||
"magma_beach",
|
||||
|
||||
"beach_tropical",
|
||||
"shore_tropical",
|
||||
|
||||
"desert",
|
||||
"desert_midnight",
|
||||
"desert_red",
|
||||
"desert_hills",
|
||||
"mesa",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "Tropical",
|
||||
"beach": "beach",
|
||||
"beach": "beach_tropical",
|
||||
"ocean": "ocean",
|
||||
"lake": "lake",
|
||||
"shore": "shore",
|
||||
"shore": "shore_tropical",
|
||||
"channel": "channel"
|
||||
}
|
||||
Reference in New Issue
Block a user