mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-12 10:13:58 +01:00
16 lines
314 B
JSON
16 lines
314 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"
|
||
|
}
|
||
|
}
|