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

17 lines
327 B
JSON
Raw Normal View History

{
"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"
2019-06-10 02:50:36 +02:00
},
"slot": 1
}