mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 03:39:16 +00:00
Tweaks
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.03,
|
||||
"chance": 0.01,
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -51,7 +51,8 @@
|
||||
"shoreHeightMin": 3.2,
|
||||
"shoreBiomes": [
|
||||
"tropical-beach",
|
||||
"tropical-beach-bamboo"
|
||||
"tropical-beach-bamboo",
|
||||
"tropical-beach-charred"
|
||||
],
|
||||
"name": "Tropical",
|
||||
"shoreHeightMax": 9.2,
|
||||
|
||||
Reference in New Issue
Block a user