Skip to content

Commit

Permalink
The Classic L Shaped Island (#339)
Browse files Browse the repository at this point in the history
* Add the classic l-shaped island from the original skyblock map

* Add a bundle for the classic l-shaped skyblock island
  • Loading branch information
opticyclic authored Jun 2, 2020
1 parent baba69a commit f8dc0be
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/resources/blueprints/classic-island.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"uniqueId": "classic-island",
"icon": "GRASS_BLOCK",
"displayName": "Classic Island",
"description": [
"The Classic Skyblock Island!"
],
"requirePermission": false,
"blueprints": {
"NORMAL": "classic-lshape",
"NETHER": "nether-island",
"THE_END": "end-island"
},
"slot": 3
}
Binary file added src/main/resources/blueprints/classic-lshape.blu
Binary file not shown.

0 comments on commit f8dc0be

Please sign in to comment.