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

Fixing my env

This commit is contained in:
NextdoorPsycho
2020-05-16 23:14:45 -07:00
parent b9c61de304
commit 405e66bc10
77 changed files with 69 additions and 153 deletions

View File

@@ -0,0 +1,58 @@
{
"name": "Plains",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"objects": [
{
"place": ["LargeBoi"],
"chance": 0.03,
"translate": {
"y": -2
},
"rotation": {
"enabled": true,
"xAxis": {
"enabled": true,
"min": -23,
"max": 23,
"interval": 1
},
"yAxis": {
"enabled": true,
"min": 0,
"max": 0,
"interval": 90
},
"zAxis": {
"enabled": true,
"min": -23,
"max": 23,
"interval": 1
}
}
}
],
"derivative": "PLAINS",
"heightExponent": 1,
"highHeight": 7,
"lowHeight": 1
}

View File

@@ -1,23 +0,0 @@
{
"name": "Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"derivative": "BEACH",
"heightExponent": 1,
"highHeight": 2,
"lowHeight": -1
}

View File

@@ -1,30 +0,0 @@
{
"name": "Ocean",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"derivative": "OCEAN",
"heightExponent": 1,
"highHeight": 0,
"lowHeight": -32
}

View File

@@ -1,39 +0,0 @@
{
"name": "Plains",
"auxiliaryGenerators":[
{
"zoom": 3,
"offsetX": 0,
"offsetZ": 0,
"seed": 1337,
"min": 0,
"max": 3
}
],
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"derivative": "PLAINS",
"heightFrequency": 0.2,
"heightExponent": 1,
"highHeight": 6,
"lowHeight": 3
}

View File

@@ -1,39 +0,0 @@
{
"name": "Test",
"auxiliaryGenerators":[
{
"zoom": 3,
"offsetX": 0,
"offsetZ": 0,
"seed": 1337,
"min": 0,
"max": 3
}
],
"layers": [
{
"palette": [
"STONE"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"derivative": "PLAINS",
"heightFrequency": 0.2,
"heightExponent": 1,
"highHeight": 6,
"lowHeight": 3
}

View File

@@ -1,15 +0,0 @@
{
"name": "Temperate",
"shoreRatio": 0.05,
"biomeImplosionRatio": 0.25,
"landBiomes": [
"plains-dan",
"test-dan"
],
"seaBiomes": [
"ocean-dan"
],
"shoreBiomes": [
"beach-dan"
]
}