diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-08 12:27:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 12:27:27 +0800 |
commit | 4c21586ce70aa65fa0a70c818f30016ae7bf62a7 (patch) | |
tree | b765ad27152c659ce441a1d98ffd2ef7166d0a39 /features/globalSettings/warps.json | |
parent | 2ee951ceaa9daebfbbe673b2f96d30b3642a2d69 (diff) | |
parent | d93b1e169f4d1066397a6895834906386b8eea2f (diff) | |
download | SoopyV2-4c21586ce70aa65fa0a70c818f30016ae7bf62a7.tar.gz SoopyV2-4c21586ce70aa65fa0a70c818f30016ae7bf62a7.tar.bz2 SoopyV2-4c21586ce70aa65fa0a70c818f30016ae7bf62a7.zip |
Merge pull request #61 from Sapodillay/master
Added warp autocompletes
Diffstat (limited to 'features/globalSettings/warps.json')
-rw-r--r-- | features/globalSettings/warps.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/features/globalSettings/warps.json b/features/globalSettings/warps.json new file mode 100644 index 0000000..e84c78c --- /dev/null +++ b/features/globalSettings/warps.json @@ -0,0 +1,41 @@ +[ + "hub", + "village", + "home", + "island", + "spider", + "spiders", + "end", + "park", + "gold", + "deep", + "mines", + "forge", + "crystals", + "hollows", + "ch", + "nucleus", + "barn", + "desert", + "castle", + "museum", + "da", + "crypt", + "crypts", + "nest", + "crimson", + "isle", + "nether", + "dragontail", + "scarleton", + "skull", + "tomb", + "smoldering", + "void", + "drag", + "jungle", + "howl", + "dungeon_hub", + "dungeons", + "dhub" +]
\ No newline at end of file |