Skip to content

Commit

Permalink
Fixed L-Shaped blueprint (removed wool)
Browse files Browse the repository at this point in the history
Added color and descriptions.
  • Loading branch information
tastybento committed Jun 7, 2020
1 parent b3a613e commit af0838d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
8 changes: 5 additions & 3 deletions src/main/resources/blueprints/classic-island.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"uniqueId": "classic-island",
"icon": "GRASS_BLOCK",
"displayName": "Classic Island",
"icon": "GRASS_PATH",
"displayName": "&bClassic L Island",
"description": [
"The Classic Skyblock Island!"
"&2The Classic &6L-Shaped",
"&2Skyblock Island!",
"&eVery hard!"
],
"requirePermission": false,
"blueprints": {
Expand Down
Binary file modified src/main/resources/blueprints/classic-lshape.blu
Binary file not shown.
5 changes: 3 additions & 2 deletions src/main/resources/blueprints/default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"uniqueId": "default",
"icon": "GRASS",
"icon": "GRASS_BLOCK",
"displayName": "&eThe Original SkyBlock",
"description": [
"&bStandard island, with a cow - moo!",
Expand All @@ -13,5 +13,6 @@
"NORMAL": "island",
"NETHER": "nether-island",
"THE_END": "end-island"
}
},
"slot": 0
}
8 changes: 4 additions & 4 deletions src/main/resources/blueprints/double_island.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"uniqueId": "double_island",
"icon": "FURNACE",
"displayName": "Double Island",
"displayName": "&cDouble Island",
"description": [
"Two islands in one!",
"Can you reach the",
"desert?"
"&bTwo islands in one!",
"&bCan you reach the",
"&bdesert?"
],
"requirePermission": false,
"blueprints": {
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/blueprints/harder_island.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"uniqueId": "harder_island",
"icon": "SNOWBALL",
"displayName": "Harder Island",
"displayName": "&7Harder Island",
"description": [
"This island is",
"much harder.",
"Beware the lava!"
"&fThis island is",
"&fmuch harder and cold.",
"&fBeware the &6lava&f!"
],
"requirePermission": false,
"blueprints": {
Expand Down

0 comments on commit af0838d

Please sign in to comment.