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

Caves & Frozen Fixes

This commit is contained in:
Daniel Mills
2020-08-16 17:40:39 -04:00
parent a4bee95903
commit ca09343f32
8 changed files with 6092 additions and 4883 deletions

View File

@@ -24,7 +24,7 @@
}
],
"slab": {
"style": {"style":"STATIC"},
"style": {"style": "STATIC"},
"palette": [
"minecraft:snow[layers=5]"
]

View File

@@ -4,7 +4,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"style": {"style": "IRIS","zoom": 0.7},
"palette": [
"minecraft:snow[layers=1]",
"minecraft:snow[layers=2]",

View File

@@ -4,7 +4,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"style": {"style": "IRIS","zoom": 0.7},
"palette": [
"minecraft:snow[layers=1]",
"minecraft:snow[layers=2]",

View File

@@ -4,7 +4,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"style": {"style": "IRIS","zoom": 0.7},
"zoom": 1,
"palette": [
"minecraft:snow[layers=1]",

View File

@@ -4,7 +4,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"style": {"style": "IRIS","zoom": 0.7},
"zoom": 1,
"palette": [
"minecraft:snow[layers=1]",

View File

@@ -4,7 +4,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"style": {"style": "IRIS","zoom": 0.7},
"zoom": 0.6,
"palette": [

View File

@@ -17,8 +17,132 @@
"decorate": true,
"placeObjects": true,
"postProcessing": true,
"carving": false,
"caves": false,
"carving": true,
"caves": true,
"caveLayers": [
{
"caveZoom": 1.25,
"caveThickness": 2,
"canBreakSurface": false,
"verticalSlope": {
"generator": {
"style": "IRIS",
"fracture": {
"style": "IRIS_THICK",
"zoom": 0.3,
"multiplier": 9
}
},
"max": 52,
"min": 95
},
"horizontalSlope": {
"generator": {
"style": "IRIS_THICK",
"fracture": {
"style": "IRIS_THICK",
"zoom": 0.3,
"multiplier": 9
}
},
"max": -110,
"min": 110
}
},
{
"caveZoom": 0.89,
"caveThickness": 1,
"canBreakSurface": false,
"verticalSlope": {
"generator": {
"style": "IRIS_DOUBLE",
"zoom": 1.82,
"fracture": {
"style": "IRIS_THICK",
"zoom": 0.3,
"multiplier": 9
}
},
"max": 22,
"min": 54
},
"horizontalSlope": {
"generator": {
"style": "IRIS_THICK",
"zoom": 0.885,
"fracture": {
"style": "IRIS_THICK",
"zoom": 0.3,
"multiplier": 9
}
},
"max": -10,
"min": 10
}
},
{
"caveZoom": 0.89,
"caveThickness": 0.9,
"canBreakSurface": true,
"verticalSlope": {
"generator": {
"style": "IRIS_DOUBLE",
"zoom": 1.12,
"fracture": {
"style": "IRIS_THICK",
"zoom": 0.3,
"multiplier": 9
}
},
"max": 103,
"min": 175
},
"horizontalSlope": {
"generator": {
"style": "IRIS_DOUBLE",
"zoom": 1.12,
"fracture": {
"style": "IRIS_THICK",
"zoom": 0.3,
"multiplier": 9
}
},
"max": -10,
"min": 10
}
},
{
"caveZoom": 0.99,
"caveThickness": 1.125,
"canBreakSurface": false,
"verticalSlope": {
"generator": {
"style": "IRIS_DOUBLE",
"zoom": 1.12,
"fracture": {
"style": "IRIS_THICK",
"zoom": 0.3,
"multiplier": 9
}
},
"max": 91,
"min": 155
},
"horizontalSlope": {
"generator": {
"style": "IRIS_DOUBLE",
"zoom": 1.12,
"fracture": {
"style": "IRIS_THICK",
"zoom": 0.3,
"multiplier": 9
}
},
"max": -10,
"min": 10
}
}
],
"postProcessors": [
{
"phase": 0,
@@ -44,8 +168,6 @@
"carvingRippleThickness": 3,
"carvingEnvelope": 0.335,
"vanillaStructures": true,
"caveScale": 1,
"caveShift": -11,
"fluidHeight": 99,
"biomeZoom": 2.25,
"regionZoom": 7.5,

File diff suppressed because it is too large Load Diff