Fixed L-Shaped blueprint (removed wool)

Added color and descriptions.
This commit is contained in:
tastybento 2020-06-06 17:37:49 -07:00
parent b3a613ed2a
commit af0838d8e4
5 changed files with 16 additions and 13 deletions

View File

@ -1,9 +1,11 @@
{ {
"uniqueId": "classic-island", "uniqueId": "classic-island",
"icon": "GRASS_BLOCK", "icon": "GRASS_PATH",
"displayName": "Classic Island", "displayName": "&bClassic L Island",
"description": [ "description": [
"The Classic Skyblock Island!" "&2The Classic &6L-Shaped",
"&2Skyblock Island!",
"&eVery hard!"
], ],
"requirePermission": false, "requirePermission": false,
"blueprints": { "blueprints": {

View File

@ -1,6 +1,6 @@
{ {
"uniqueId": "default", "uniqueId": "default",
"icon": "GRASS", "icon": "GRASS_BLOCK",
"displayName": "&eThe Original SkyBlock", "displayName": "&eThe Original SkyBlock",
"description": [ "description": [
"&bStandard island, with a cow - moo!", "&bStandard island, with a cow - moo!",
@ -13,5 +13,6 @@
"NORMAL": "island", "NORMAL": "island",
"NETHER": "nether-island", "NETHER": "nether-island",
"THE_END": "end-island" "THE_END": "end-island"
} },
"slot": 0
} }

View File

@ -1,11 +1,11 @@
{ {
"uniqueId": "double_island", "uniqueId": "double_island",
"icon": "FURNACE", "icon": "FURNACE",
"displayName": "Double Island", "displayName": "&cDouble Island",
"description": [ "description": [
"Two islands in one!", "&bTwo islands in one!",
"Can you reach the", "&bCan you reach the",
"desert?" "&bdesert?"
], ],
"requirePermission": false, "requirePermission": false,
"blueprints": { "blueprints": {

View File

@ -1,11 +1,11 @@
{ {
"uniqueId": "harder_island", "uniqueId": "harder_island",
"icon": "SNOWBALL", "icon": "SNOWBALL",
"displayName": "Harder Island", "displayName": "&7Harder Island",
"description": [ "description": [
"This island is", "&fThis island is",
"much harder.", "&fmuch harder and cold.",
"Beware the lava!" "&fBeware the &6lava&f!"
], ],
"requirePermission": false, "requirePermission": false,
"blueprints": { "blueprints": {