mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-21 11:35:13 +01:00
Fixed L-Shaped blueprint (removed wool)
Added color and descriptions.
This commit is contained in:
parent
b3a613ed2a
commit
af0838d8e4
@ -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": {
|
||||
|
Binary file not shown.
@ -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
|
||||
}
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user