From f92be2b5d865ef6d6191795bfdad6073510eecc6 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Thu, 14 Jan 2021 08:28:53 -0500 Subject: [PATCH] Fix carving --- dimensions/overworld.json | 8 ++-- structure-pieces/arm.json | 95 --------------------------------------- 2 files changed, 4 insertions(+), 99 deletions(-) delete mode 100644 structure-pieces/arm.json diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 1734caa1..0a7217cf 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -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" } } diff --git a/structure-pieces/arm.json b/structure-pieces/arm.json deleted file mode 100644 index 486b92bc..00000000 --- a/structure-pieces/arm.json +++ /dev/null @@ -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" -}