mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-21 11:35:13 +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. -->
|
||||
<build.number>-LOCAL</build.number>
|
||||
<!-- This allows to change between versions. -->
|
||||
<build.version>1.17.0</build.version>
|
||||
<build.version>1.17.1</build.version>
|
||||
<!-- Sonar Cloud -->
|
||||
<sonar.projectKey>BentoBoxWorld_BSkyBlock</sonar.projectKey>
|
||||
<sonar.organization>bentobox-world</sonar.organization>
|
||||
|
@ -9,7 +9,7 @@
|
||||
],
|
||||
"requirePermission": false,
|
||||
"blueprints": {
|
||||
"NORMAL": "classic-lshape",
|
||||
"NORMAL": "l-shaped",
|
||||
"NETHER": "nether-island",
|
||||
"THE_END": "end-island"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user