mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2024-10-31 08:09:34 +01:00
commit
ad41651747
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user