mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2024-11-12 10:04:01 +01:00
Update to BentoBox 1.7.0
Update Blueprints to 1.14.4 version.
This commit is contained in:
parent
a578a1643f
commit
04a44082a3
4
pom.xml
4
pom.xml
@ -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
Binary file not shown.
@ -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
Binary file not shown.
Binary file not shown.
15
src/main/resources/blueprints/miner-cave.json
Normal file
15
src/main/resources/blueprints/miner-cave.json
Normal 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
|
||||
}
|
1
src/main/resources/blueprints/miners-cave
Normal file
1
src/main/resources/blueprints/miners-cave
Normal file
File diff suppressed because one or more lines are too long
BIN
src/main/resources/blueprints/miners-cave.blu
Normal file
BIN
src/main/resources/blueprints/miners-cave.blu
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue
Block a user