BSkyBlock/src/main/resources/blueprints/default.json
tastybento 79d89bfe84 Setup for default island using original island only
TODO: add other islands and bundles
2019-05-13 22:29:55 -07:00

17 lines
402 B
JSON

{
"uniqueId": "default",
"icon": "GRASS",
"displayName": "§eThe Original SkyBlock",
"description": [
"§bStandard island, with a cow - moo!",
"§aIncludes an Overworld island",
"§cIncludes a Nether island",
"§6Includes an End island"
],
"requirePermission": false,
"blueprints": {
"NORMAL": "island",
"NETHER": "nether-island",
"THE_END": "end-island"
}
}