diff --git a/src/main/resources/blueprints/classic-island.json b/src/main/resources/blueprints/classic-island.json index dd0ab36..55892ca 100644 --- a/src/main/resources/blueprints/classic-island.json +++ b/src/main/resources/blueprints/classic-island.json @@ -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": { diff --git a/src/main/resources/blueprints/classic-lshape.blu b/src/main/resources/blueprints/classic-lshape.blu index c814f4b..00b76b6 100644 Binary files a/src/main/resources/blueprints/classic-lshape.blu and b/src/main/resources/blueprints/classic-lshape.blu differ diff --git a/src/main/resources/blueprints/default.json b/src/main/resources/blueprints/default.json index 1856039..b1fc018 100644 --- a/src/main/resources/blueprints/default.json +++ b/src/main/resources/blueprints/default.json @@ -1,6 +1,6 @@ { "uniqueId": "default", - "icon": "GRASS", + "icon": "GRASS_BLOCK", "displayName": "&eThe Original SkyBlock", "description": [ "&bStandard island, with a cow - moo!", @@ -13,5 +13,6 @@ "NORMAL": "island", "NETHER": "nether-island", "THE_END": "end-island" - } + }, + "slot": 0 } \ No newline at end of file diff --git a/src/main/resources/blueprints/double_island.json b/src/main/resources/blueprints/double_island.json index 184fcc2..f211e88 100644 --- a/src/main/resources/blueprints/double_island.json +++ b/src/main/resources/blueprints/double_island.json @@ -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": { diff --git a/src/main/resources/blueprints/harder_island.json b/src/main/resources/blueprints/harder_island.json index c311333..9296b59 100644 --- a/src/main/resources/blueprints/harder_island.json +++ b/src/main/resources/blueprints/harder_island.json @@ -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": {