mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-24 12:06:02 +01:00
Release 1.17.1 - Fix for L-Shaped Island name issue (#511)
* Version 1.17.1 * Fix for L-Shaped island mis-naming
This commit is contained in:
parent
e532e5fad5
commit
a62736ef6f
2
pom.xml
2
pom.xml
@ -65,7 +65,7 @@
|
|||||||
<!-- Do not change unless you want different name for local builds. -->
|
<!-- Do not change unless you want different name for local builds. -->
|
||||||
<build.number>-LOCAL</build.number>
|
<build.number>-LOCAL</build.number>
|
||||||
<!-- This allows to change between versions. -->
|
<!-- This allows to change between versions. -->
|
||||||
<build.version>1.17.0</build.version>
|
<build.version>1.17.1</build.version>
|
||||||
<!-- Sonar Cloud -->
|
<!-- Sonar Cloud -->
|
||||||
<sonar.projectKey>BentoBoxWorld_BSkyBlock</sonar.projectKey>
|
<sonar.projectKey>BentoBoxWorld_BSkyBlock</sonar.projectKey>
|
||||||
<sonar.organization>bentobox-world</sonar.organization>
|
<sonar.organization>bentobox-world</sonar.organization>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
],
|
],
|
||||||
"requirePermission": false,
|
"requirePermission": false,
|
||||||
"blueprints": {
|
"blueprints": {
|
||||||
"NORMAL": "classic-lshape",
|
"NORMAL": "l-shaped",
|
||||||
"NETHER": "nether-island",
|
"NETHER": "nether-island",
|
||||||
"THE_END": "end-island"
|
"THE_END": "end-island"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user