From 118243a59f4a31a44e3b249b2f28d13767fa41ec Mon Sep 17 00:00:00 2001 From: RaydenKonig <71474946+RaydenKonig@users.noreply.github.com> Date: Sat, 17 Apr 2021 18:43:12 -0300 Subject: [PATCH] Add files via upload --- jigsaw-pieces/pryramid-desert.json | 75 ++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 jigsaw-pieces/pryramid-desert.json diff --git a/jigsaw-pieces/pryramid-desert.json b/jigsaw-pieces/pryramid-desert.json new file mode 100644 index 00000000..b16a976a --- /dev/null +++ b/jigsaw-pieces/pryramid-desert.json @@ -0,0 +1,75 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "boreExtendMinY": 0, + "edit":[{ + "find": [ + { + "block": "glass" + } + ], + "replace": { + "palette": [ + { + "block": "void_air" + } + ] + } + }], + "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 + }, + "boreExtendMaxY": 0, + "smartBore": false, + "waterloggable": false, + "bore": false, + "translate": { + "yRandom": 0, + "x": 0, + "y": -22, + "z": 0 + }, + "mode": "FAST_MAX_HEIGHT", + "carvingSupport": "SURFACE_ONLY", + "snow": 0, + "underwater": false, + "place": [], + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "pyramid/pyramid1" +}