diff --git a/pom.xml b/pom.xml index 23dd7c2..a0fc4cc 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ ${build.version}-SNAPSHOT - 1.14.0 + 1.14.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