Fixes blueprint bundles.

https://github.com/BentoBoxWorld/CaveBlock/issues/49
This commit is contained in:
tastybento 2020-07-10 21:19:10 -07:00
parent c12ab7eb5a
commit aaea6fd6fe
3 changed files with 7 additions and 7 deletions

View File

@ -50,7 +50,7 @@
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
<!-- This allows to change between versions and snapshots. -->
<build.version>1.15.0</build.version>
<build.version>1.15.1</build.version>
<build.number>-LOCAL</build.number>
</properties>

View File

@ -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
}

View File

@ -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
}