From 3ed4c835e82badb6796446fedd33dd1f771bcb60 Mon Sep 17 00:00:00 2001 From: TheDeviantCrafter Date: Thu, 18 Jun 2020 17:41:25 -0500 Subject: [PATCH] Delete 0.json --- .../portal_types/vanilla_nether_portal/0.json | 89 ------------------- 1 file changed, 89 deletions(-) delete mode 100644 config/randomportals/portal_types/vanilla_nether_portal/0.json diff --git a/config/randomportals/portal_types/vanilla_nether_portal/0.json b/config/randomportals/portal_types/vanilla_nether_portal/0.json deleted file mode 100644 index aa15e0f..0000000 --- a/config/randomportals/portal_types/vanilla_nether_portal/0.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "frame": { - "type": "LATERAL_OR_VERTICAL", - "size": { - "lateral": { - "minWidth": 3, - "maxWidth": 30, - "minHeight": 3, - "maxHeight": 30 - }, - "verticalX": { - "minWidth": 3, - "maxWidth": 30, - "minHeight": 3, - "maxHeight": 30 - }, - "verticalZ": { - "minWidth": 3, - "maxWidth": 30, - "minHeight": 3, - "maxHeight": 30 - } - }, - "blocks": [ - { - "registryName": "minecraft:obsidian", - "meta": 32767, - "minimumAmount": 0 - } - ], - "requiredCorner": "ANY_NON_AIR", - "cornerBlocksContributeToMinimumAmount": true, - "doGeneratedFramesDrop": true - }, - "activation": { - "canBeActivatedByFire": true, - "activators": [], - "activatorConsumeBehavior": "CONSUME", - "spawnFireBeforeActivating": true, - "activationSounds": [] - }, - "color": { - "colors": [ - "PURPLE" - ], - "dyeBehavior": "ENABLE" - }, - "destination": { - "dimensionID": -1, - "locationDetectionBehavior": "IGNORE_INITIAL", - "initialLocation": { - "x": 0, - "y": 0, - "z": 0 - }, - "coordinateMultiplier": 1.0, - "teleportToPortal": true, - "oneWay": false, - "generatePortalIfNotFound": true, - "portalGenerationBehavior": "CLONE", - "generatedFrameType": "SAME", - "generatedFrameSize": { - "lateral": { - "minWidth": 0, - "maxWidth": 3, - "minHeight": 0, - "maxHeight": 3 - }, - "verticalX": { - "minWidth": 0, - "maxWidth": 3, - "minHeight": 0, - "maxHeight": 3 - }, - "verticalZ": { - "minWidth": 0, - "maxWidth": 3, - "minHeight": 0, - "maxHeight": 3 - } - } - }, - "teleportationDelay": { - "lateral": 0, - "verticalX": 0, - "verticalZ": 0 - }, - "decorative": false -}