From d1e307ae58971fb69869bb4133fc23c60f0207f4 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Fri, 9 Jul 2021 01:14:47 -0700 Subject: [PATCH] Version ++ --- dimensions/overworld.json | 2 +- jigsaw-structures/cave.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 jigsaw-structures/cave.json diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 8f194b94..3cf55468 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -1,6 +1,6 @@ { "version": 2, - "OVERWORLD-VERSION": 3, + "OVERWORLD-VERSION": 3.134, "name": "Overworld", "environment": "NORMAL", "fluidHeight": 63, diff --git a/jigsaw-structures/cave.json b/jigsaw-structures/cave.json deleted file mode 100644 index 45931f75..00000000 --- a/jigsaw-structures/cave.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "maxDepth": 1, - "pieces": ["cave"] -}