mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
So like... Overworld 2.0
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"vanillaDerivative": "DESERT",
|
||||
"generators": [{
|
||||
"generator": "smooth-dunes",
|
||||
"max": 30,
|
||||
"min": 10
|
||||
"max": 20,
|
||||
"min": 5
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
@@ -13,7 +13,7 @@
|
||||
"maxHeight": 6,
|
||||
"palette": [{
|
||||
"weight": 1,
|
||||
"block": "sand"
|
||||
"block": "red_sand"
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
"name": "Hot Desert Dunes",
|
||||
"derivative": "DESERT",
|
||||
"vanillaDerivative": "DESERT",
|
||||
"children": ["hot/oasis"],
|
||||
"generators": [{
|
||||
"generator": "smooth-dunes",
|
||||
"max": 30,
|
||||
"min": 10
|
||||
"max": 20,
|
||||
"min": 5
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
"name": "Hot Desert Red",
|
||||
"derivative": "DESERT",
|
||||
"vanillaDerivative": "DESERT",
|
||||
"children": ["hot/desert-dunes-red"],
|
||||
"generators": [{
|
||||
"generator": "smooth-dunes",
|
||||
"max": 35,
|
||||
"min": 25
|
||||
"max": 20,
|
||||
"min": 5
|
||||
}],
|
||||
"layers": [{
|
||||
"style": {"style": "FRACTAL_WATER"},
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
"name": "Hot Desert",
|
||||
"derivative": "DESERT",
|
||||
"vanillaDerivative": "DESERT",
|
||||
"children": ["hot/oasis"],
|
||||
"children": ["hot/desert-dunes"],
|
||||
"generators": [{
|
||||
"generator": "smooth-dunes",
|
||||
"max": 18,
|
||||
"min": -8
|
||||
"max": 20,
|
||||
"min": 5
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
|
||||
53
biomes/hot/oasis-red.json
Normal file
53
biomes/hot/oasis-red.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"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"}]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -3,14 +3,13 @@
|
||||
"derivative": "WARM_OCEAN",
|
||||
"vanillaDerivative": "WARM_OCEAN",
|
||||
"children": [
|
||||
"hot/desert",
|
||||
"hot/desert",
|
||||
"hot/river",
|
||||
"hot/oasis",
|
||||
"hot/ocean-cliffs"
|
||||
],
|
||||
"generators": [{
|
||||
"min": 11,
|
||||
"max": 7,
|
||||
"min": -11,
|
||||
"max": -7,
|
||||
"generator": "plain"
|
||||
}],
|
||||
"layers": [
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
"derivative": "DESERT_LAKES",
|
||||
"generators": [{
|
||||
"generator": "plain",
|
||||
"max": -5,
|
||||
"min": -15
|
||||
"max": -15,
|
||||
"min": -5
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"derivative": "SAVANNA_PLATEAU",
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"generators": [{
|
||||
"min": 15,
|
||||
"max": 20,
|
||||
"min": 13,
|
||||
"max": 26,
|
||||
"generator": "canyon-steep"
|
||||
}],
|
||||
"jigsawStructures": [
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"derivative": "SNOWY_TUNDRA",
|
||||
"vanillaDerivative": "WOODED_HILLS",
|
||||
"generators": [{
|
||||
"min": -30,
|
||||
"max": -15,
|
||||
"min": -15,
|
||||
"max": -10,
|
||||
"generator": "river"
|
||||
}],
|
||||
"decorators": [
|
||||
|
||||
@@ -45,22 +45,13 @@
|
||||
},
|
||||
"SEAS": "Sea settings (for the biomes that are oceans).",
|
||||
"seaZoom": 1.25,
|
||||
"seaBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
|
||||
"seaBiomeStyle": {"style": "FRACTAL_FBM_IRIS"},
|
||||
"LAND": "Land settings (for the biomes that are non-ocean).",
|
||||
"landZoom": 3.15,
|
||||
"landBiomeStyle": {
|
||||
"style": "CELLULAR",
|
||||
"fracture": {
|
||||
"multiplier": 18,
|
||||
"maxFractureAccuracy": true,
|
||||
"style": "FRACTAL_WATER",
|
||||
"zoom": 0.255,
|
||||
"fracture": {
|
||||
"maxFractureAccuracy": true,
|
||||
"style": "STATIC",
|
||||
"multiplier": 4
|
||||
}
|
||||
}
|
||||
"style": "FRACTAL_SMOKE",
|
||||
"multiplier": 2,
|
||||
"zoom": 2
|
||||
},
|
||||
"LOOT": "Contains a list of loot tables that are attempted to be applied to all chests that spawn.",
|
||||
"lootTries": 32,
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
],
|
||||
"shoreBiomes": [
|
||||
"hot/beach-grass",
|
||||
"hot/beach",
|
||||
"hot/beach",
|
||||
"hot/beach",
|
||||
"hot/beach"
|
||||
],
|
||||
"seaBiomes": ["hot/ocean"],
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"savanna/plateau",
|
||||
"savanna/acacia-denmyre"
|
||||
],
|
||||
"shoreBiomes": ["savanna/beach"],
|
||||
"shoreBiomes": ["hot/beach"],
|
||||
"seaBiomes": ["temperate/river"],
|
||||
"caveBiomes": ["temperate/old-cavern"],
|
||||
"riverStyle": {
|
||||
|
||||
Reference in New Issue
Block a user