9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
This commit is contained in:
Brian Fopiano
2021-07-06 02:30:49 -07:00
parent 520417dcf0
commit f67c981d88
11 changed files with 19 additions and 80 deletions

View File

@@ -2,7 +2,6 @@
"name": "Hot Desert Dunes",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"children": ["hot/oasis"],
"generators": [{
"generator": "smooth-dunes",
"max": 23,

View File

@@ -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"}]
}
]
}

View File

@@ -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"
}
]
}

View File

@@ -4,7 +4,6 @@
"vanillaDerivative": "WARM_OCEAN",
"children": [
"hot/river",
"hot/oasis",
"hot/ocean-cliffs"
],
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Beach Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 0,
"minPicked": 1,
"loot": [
{
"type": "sugar_cane",

View File

@@ -2,7 +2,7 @@
"name": "Cactus Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 0,
"minPicked": 1,
"loot": [
{
"type": "cactus",

View File

@@ -2,7 +2,7 @@
"name": "Cave Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 0,
"minPicked": 1,
"loot": [
{
"type": "torch",

View File

@@ -2,7 +2,7 @@
"name": "Global Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 0,
"minPicked": 1,
"loot": [
{
"type": "stone",

View File

@@ -2,7 +2,7 @@
"name": "Ocean Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 0,
"minPicked": 1,
"loot": [
{
"type": "wet_sponge",

View File

@@ -2,7 +2,7 @@
"name": "Snow Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 0,
"minPicked": 1,
"loot": [
{
"type": "snowball",

View File

@@ -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": [
{