Added double island and harder island to blueprint bundles.

This commit is contained in:
tastybento 2019-05-24 19:40:04 -07:00 committed by tastybento
parent c2818b73be
commit eec6367543
4 changed files with 32 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,16 @@
{
"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"
}
}

Binary file not shown.

View File

@ -0,0 +1,16 @@
{
"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"
}
}