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

17 lines
327 B
JSON
Raw Normal View History

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