Update to BentoBox 1.7.0

Update Blueprints to 1.14.4 version.
This commit is contained in:
BONNe 2019-09-08 23:56:01 +03:00
parent a578a1643f
commit 04a44082a3
12 changed files with 26 additions and 10 deletions

View File

@ -46,11 +46,11 @@
<java.version>1.8</java.version>
<!-- More visible way how to change dependency versions -->
<spigot.version>1.13.2-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.6.0-SNAPSHOT</bentobox.version>
<bentobox.version>1.7.0</bentobox.version>
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
<!-- This allows to change between versions and snapshots. -->
<build.version>1.6.1</build.version>
<build.version>1.7.0</build.version>
<build.number>-LOCAL</build.number>
</properties>

File diff suppressed because one or more lines are too long

View File

@ -1,15 +1,15 @@
{
"uniqueId": "default",
"icon": "STONE",
"displayName": "§eThe Default CaveBlock",
"displayName": "&eThe Default CaveBlock",
"description": [
"Miner's Cave"
"Default Cave"
],
"requirePermission": false,
"blueprints": {
"NORMAL": "miner's cave",
"NETHER": "nether-cave",
"THE_END": "end-cave"
"NORMAL": "the cave",
"NETHER": "the nether cave",
"THE_END": "the end cave"
},
"slot": 0
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,15 @@
{
"uniqueId": "miner-cave",
"icon": "MOSSY_STONE_BRICKS",
"displayName": "&eThe Miner's Cave",
"description": [
"The Miner's Cave"
],
"requirePermission": false,
"blueprints": {
"NORMAL": "miner's cave",
"NETHER": "the nether cave",
"THE_END": "the end cave"
},
"slot": 1
}

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long