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:
tastybento 2024-01-20 17:17:44 -08:00 committed by GitHub
parent e532e5fad5
commit a62736ef6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -9,7 +9,7 @@
],
"requirePermission": false,
"blueprints": {
"NORMAL": "classic-lshape",
"NORMAL": "l-shaped",
"NETHER": "nether-island",
"THE_END": "end-island"
},