mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-22 11:45:36 +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",
|
"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": {
|
||||||
|
Binary file not shown.
@ -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
|
||||||
}
|
}
|
@ -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": {
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user