BSkyBlock/src/main/resources/blueprints/harder_island.json

17 lines
327 B
JSON

{
"uniqueId": "harder_island",
"icon": "SNOWBALL",
"displayName": "Harder Island",
"description": [
"This island is",
"much harder.",
"Beware the lava!"
],
"requirePermission": false,
"blueprints": {
"NORMAL": "harder",
"NETHER": "nether-island",
"THE_END": "end-island"
},
"slot": 2
}