9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00
This commit is contained in:
Daniel Mills
2020-10-12 02:50:18 -04:00
parent f8a99f535f
commit ba94bfdb31
5 changed files with 31 additions and 37 deletions

View File

@@ -75,6 +75,30 @@
}
],
"objects": [
{
"chance": 0.67,
"edit": [
{
"replace": {
"palette": [
{
"block": "cave_air"
}
]
},
"find": [
{
"block": "water"
}
]
}
],
"mode": "PAINT",
"underwater": true,
"place": [
"underwater/cobble-spike"
]
},
{
"chance": 0.01,
"rotation": {

View File

@@ -13,7 +13,7 @@
],
"decorators": [
{
"chance": 0.03,
"chance": 0.01,
"variance": {
"style": "STATIC"
},

View File

@@ -13,7 +13,7 @@
],
"decorators": [
{
"chance": 0.03,
"chance": 0.01,
"variance": {
"style": "STATIC"
},
@@ -167,7 +167,7 @@
"block": "smooth_sandstone_slab"
},
{
"weight": 2,
"weight": 1,
"block": "air"
}
]

View File

@@ -269,7 +269,7 @@
"coordFractureDistance": 126,
"caveLayers": [
{
"canBreakSurface": false,
"canBreakSurface": true,
"horizontalSlope": {
"min": -110,
"max": 110,
@@ -285,7 +285,7 @@
"caveThickness": 2,
"caveZoom": 1.25,
"verticalSlope": {
"min": 42,
"min": 22,
"max": 95,
"generator": {
"style": "IRIS",
@@ -333,37 +333,6 @@
},
"fluidHeight": 22
}
},
{
"canBreakSurface": false,
"horizontalSlope": {
"min": 10,
"max": -10,
"generator": {
"style": "IRIS_DOUBLE",
"zoom": 1.12,
"fracture": {
"multiplier": 9,
"style": "IRIS_THICK",
"zoom": 0.3
}
}
},
"caveThickness": 1.125,
"caveZoom": 0.99,
"verticalSlope": {
"min": 155,
"max": 91,
"generator": {
"style": "IRIS_DOUBLE",
"zoom": 1.12,
"fracture": {
"multiplier": 9,
"style": "IRIS_THICK",
"zoom": 0.3
}
}
}
}
],
"shoreBiomeStyle": {

View File

@@ -51,7 +51,8 @@
"shoreHeightMin": 3.2,
"shoreBiomes": [
"tropical-beach",
"tropical-beach-bamboo"
"tropical-beach-bamboo",
"tropical-beach-charred"
],
"name": "Tropical",
"shoreHeightMax": 9.2,