mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
dwa
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"name": "Hot Desert Dunes",
|
||||
"derivative": "DESERT",
|
||||
"vanillaDerivative": "DESERT",
|
||||
"children": ["hot/oasis"],
|
||||
"generators": [{
|
||||
"generator": "smooth-dunes",
|
||||
"max": 23,
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
{
|
||||
"name": "Hot Oasis",
|
||||
"derivative": "DESERT",
|
||||
"vanillaDerivative": "DESERT",
|
||||
"generators": [{
|
||||
"generator": "plain",
|
||||
"max": -7,
|
||||
"min": -8
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 10,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 4.5,
|
||||
"maximumSlope": 20
|
||||
},
|
||||
"palette": [{"block": "terracotta"}]
|
||||
},
|
||||
{
|
||||
"minHeight": 5,
|
||||
"maxHeight": 5,
|
||||
"style": {"style": "FRACTAL_WATER"},
|
||||
"zoom": 0.7,
|
||||
"palette": [
|
||||
{
|
||||
"weight": 1,
|
||||
"block": "red_sand"
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"block": "smooth_red_sandstone"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"verticalZoom": 5,
|
||||
"chance": 0.005,
|
||||
"variance": {"style": "STATIC"},
|
||||
"stackMax": 5,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [{"block": "cactus"}],
|
||||
"heightVariance": {"style": "IRIS"},
|
||||
"stackMin": 1
|
||||
},
|
||||
{
|
||||
"chance": 0.005,
|
||||
"palette": [{"block": "dead_bush"}]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -4,19 +4,10 @@
|
||||
"vanillaDerivative": "DESERT",
|
||||
"generators": [{
|
||||
"generator": "plain",
|
||||
"max": -7,
|
||||
"min": -8
|
||||
"max": 7,
|
||||
"min": -2
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 10,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 4.5,
|
||||
"maximumSlope": 20
|
||||
},
|
||||
"palette": [{"block": "terracotta"}]
|
||||
},
|
||||
{
|
||||
"minHeight": 5,
|
||||
"maxHeight": 5,
|
||||
@@ -25,11 +16,11 @@
|
||||
"palette": [
|
||||
{
|
||||
"weight": 1,
|
||||
"block": "sand"
|
||||
"block": "grass_block"
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"block": "smooth_sandstone"
|
||||
"block": "moss_block"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"vanillaDerivative": "WARM_OCEAN",
|
||||
"children": [
|
||||
"hot/river",
|
||||
"hot/oasis",
|
||||
"hot/ocean-cliffs"
|
||||
],
|
||||
"generators": [{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Beach Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "sugar_cane",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Cactus Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "cactus",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Cave Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "torch",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Global Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "stone",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Ocean Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "wet_sponge",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "Snow Clutter",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"minPicked": 0,
|
||||
"minPicked": 1,
|
||||
"loot": [
|
||||
{
|
||||
"type": "snowball",
|
||||
|
||||
@@ -2,15 +2,9 @@
|
||||
"name": "Hot",
|
||||
"landBiomes": [
|
||||
"hot/desert-red",
|
||||
"hot/desert-dunes-red",
|
||||
"hot/desert-dunes",
|
||||
"hot/desert"
|
||||
],
|
||||
"shoreBiomes": [
|
||||
"hot/beach-grass",
|
||||
"hot/beach",
|
||||
"hot/beach",
|
||||
"hot/beach",
|
||||
"hot/beach"
|
||||
],
|
||||
"seaBiomes": ["hot/ocean"],
|
||||
@@ -27,6 +21,15 @@
|
||||
"zoom": 5
|
||||
}
|
||||
},
|
||||
"spotBiomes": [
|
||||
{
|
||||
"biome": "hot/oasis",
|
||||
"scale": 5,
|
||||
"type": "SEA",
|
||||
"shuffle": 328,
|
||||
"rarity": 36
|
||||
}
|
||||
],
|
||||
"biomeImplosionRatio": 0.25,
|
||||
"deposits": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user