Version 1.14.1

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

View File

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

View File

@ -7,9 +7,9 @@
], ],
"requirePermission": false, "requirePermission": false,
"blueprints": { "blueprints": {
"NORMAL": "the cave", "NORMAL": "cave",
"NETHER": "the nether cave", "NETHER": "nether-cave",
"THE_END": "the end cave" "THE_END": "end-cave"
}, },
"slot": 0 "slot": 0
} }

View File

@ -7,9 +7,9 @@
], ],
"requirePermission": false, "requirePermission": false,
"blueprints": { "blueprints": {
"NORMAL": "miner's cave", "NORMAL": "miners-cave",
"NETHER": "the nether cave", "NETHER": "nether-cave",
"THE_END": "the end cave" "THE_END": "end-cave"
}, },
"slot": 1 "slot": 1
} }