BSkyBlock/src/main/resources/blueprints/default.json
tastybento af0838d8e4 Fixed L-Shaped blueprint (removed wool)
Added color and descriptions.
2020-06-06 17:37:49 -07:00

18 lines
416 B
JSON

{
"uniqueId": "default",
"icon": "GRASS_BLOCK",
"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"
},
"slot": 0
}