Skip to content

Commit

Permalink
Add a spawn island with useful skyblock info
Browse files Browse the repository at this point in the history
  • Loading branch information
enigmaquip committed Sep 19, 2022
1 parent 7c17da1 commit 6e13f51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/skyblockbuilder/templates.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,20 @@
// "spawns": "default",
// "direction": "south"
// }
"spawn": null,
"spawn": {
"name": "Spawn",
"desc": "",
"file": "spawn.nbt",
"spawns": "spawn",
"direction": "south"
},

"spawns": {
"default": [
[ 6, 3, 5 ]
],
"spawn": [
[ 8, 0, 8 ]
]
},

Expand Down
Binary file added config/skyblockbuilder/templates/spawn.nbt
Binary file not shown.

0 comments on commit 6e13f51

Please sign in to comment.