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

Fix carving

This commit is contained in:
Daniel Mills
2021-01-14 08:28:53 -05:00
parent 703522ebeb
commit f92be2b5d8
2 changed files with 4 additions and 99 deletions

View File

@@ -411,11 +411,11 @@
"dimensionAngleDeg": 19,
"carveLayers": [
{
"minHeight": 115,
"maxHeight": 236,
"threshold": 0.335,
"minHeight": 99,
"maxHeight": 186,
"threshold": 0.435,
"style": {
"zoom": 7,
"zoom": 2,
"style": "FRACTAL_WATER"
}
}

View File

@@ -1,95 +0,0 @@
{
"connectors": [
{
"innerConnector": false,
"rotateConnector": false,
"name": "",
"position": {
"x": -1,
"y": 2,
"z": -1
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"innerConnector": false,
"rotateConnector": false,
"name": "",
"position": {
"x": -1,
"y": 2,
"z": 2
},
"direction": "WEST_NEGATIVE_X"
},
{
"innerConnector": false,
"rotateConnector": false,
"name": "",
"position": {
"x": -1,
"y": -1,
"z": 2
},
"direction": "DOWN_NEGATIVE_Y"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"edit": [],
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
},
"boarExtendMinY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "CENTER_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"boarExtendMaxY": 0,
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "jig"
}