Skip to content

Commit

Permalink
Release 1.17.1 - Fix for L-Shaped Island name issue (#511)
Browse files Browse the repository at this point in the history
* Version 1.17.1

* Fix for L-Shaped island mis-naming
  • Loading branch information
tastybento committed Jan 21, 2024
1 parent e532e5f commit a62736e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/blueprints/classic-island.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"requirePermission": false,
"blueprints": {
"NORMAL": "classic-lshape",
"NORMAL": "l-shaped",
"NETHER": "nether-island",
"THE_END": "end-island"
},
Expand Down
File renamed without changes.

0 comments on commit a62736e

Please sign in to comment.