From aaea6fd6fe0e5f1f3196f8fcfefb2ca467b56dee Mon Sep 17 00:00:00 2001 From: tastybento Date: Fri, 10 Jul 2020 21:19:10 -0700 Subject: [PATCH] Fixes blueprint bundles. https://github.com/BentoBoxWorld/CaveBlock/issues/49 --- pom.xml | 2 +- src/main/resources/blueprints/default.json | 6 +++--- src/main/resources/blueprints/miner-cave.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index c8c07e1..4dfecc3 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ ${build.version}-SNAPSHOT - 1.15.0 + 1.15.1 -LOCAL diff --git a/src/main/resources/blueprints/default.json b/src/main/resources/blueprints/default.json index 296cfd2..9688550 100644 --- a/src/main/resources/blueprints/default.json +++ b/src/main/resources/blueprints/default.json @@ -7,9 +7,9 @@ ], "requirePermission": false, "blueprints": { - "NORMAL": "the cave", - "NETHER": "the nether cave", - "THE_END": "the end cave" + "NORMAL": "cave", + "NETHER": "nether-cave", + "THE_END": "end-cave" }, "slot": 0 } \ No newline at end of file diff --git a/src/main/resources/blueprints/miner-cave.json b/src/main/resources/blueprints/miner-cave.json index 3876306..a9ccd37 100644 --- a/src/main/resources/blueprints/miner-cave.json +++ b/src/main/resources/blueprints/miner-cave.json @@ -7,9 +7,9 @@ ], "requirePermission": false, "blueprints": { - "NORMAL": "miner's cave", - "NETHER": "the nether cave", - "THE_END": "the end cave" + "NORMAL": "miners-cave", + "NETHER": "nether-cave", + "THE_END": "end-cave" }, "slot": 1 } \ No newline at end of file