9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
This commit is contained in:
Daniel Mills
2020-08-18 18:25:55 -04:00
parent f8cf13eae2
commit 0d6bd8cfc6
4 changed files with 51 additions and 1 deletions

View File

@@ -0,0 +1,45 @@
{
"name": "Test Island",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
"SAND"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"generators": [
{
"generator": "sharper",
"min": -1,
"max": 3
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"derivative": "SNOWY_BEACH"
}

View File

@@ -204,6 +204,9 @@
"continentalStyle": {
"style": "CELLULAR_IRIS_DOUBLE"
},
"continentalHeightStyle": {
"style": "CELLULAR_HEIGHT_IRIS_DOUBLE"
},
"continentZoom": 1,
"dimensionAngleDeg": 19,
"terrainZoom": 1,

View File

@@ -3,7 +3,6 @@
"interpolationScale": 272,
"seed": 7246661,
"composite": [{
"style": {
"style": "IRIS_DOUBLE",
"zoom": 0.87,

View File

@@ -17,6 +17,9 @@
"shoreBiomes": [
"temperate-beach"
],
"islandBiomes": [
"temperate-island"
],
"deposits":[
{
"minHeight": 15,