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

17 lines
327 B
JSON

{
"uniqueId": "double_island",
"icon": "FURNACE",
"displayName": "Double Island",
"description": [
"Two islands in one!",
"Can you reach the",
"desert?"
],
"requirePermission": false,
"blueprints": {
"NORMAL": "double",
"NETHER": "nether-island",
"THE_END": "end-island"
},
"slot": 1
}