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

17 lines
348 B
JSON

{
"uniqueId": "harder_island",
"icon": "SNOWBALL",
"displayName": "&7Harder Island",
"description": [
"&fThis island is",
"&fmuch harder and cold.",
"&fBeware the &6lava&f!"
],
"requirePermission": false,
"blueprints": {
"NORMAL": "harder",
"NETHER": "nether-island",
"THE_END": "end-island"
},
"slot": 2
}