-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d28c584
commit 9334afe
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule template_pack
updated
25 files
+9 −9 | .github/workflows/discord_webhook.yml | |
+2 −1 | .gitignore | |
+5 −0 | .luarc.json | |
+0 −56 | items/items.json | |
+56 −0 | items/items.jsonc | |
+0 −21 | layouts/broadcast.json | |
+21 −0 | layouts/broadcast.jsonc | |
+0 −33 | layouts/items.json | |
+33 −0 | layouts/items.jsonc | |
+0 −104 | layouts/tracker.json | |
+104 −0 | layouts/tracker.jsonc | |
+0 −57 | locations/locations.json | |
+57 −0 | locations/locations.jsonc | |
+25 −19 | manifest.json | |
+0 −15 | maps/maps.json | |
+15 −0 | maps/maps.jsonc | |
+1 −1 | scripts/autotracking.lua | |
+235 −153 | scripts/autotracking/archipelago.lua | |
+2 −1 | scripts/autotracking/autotracking.md | |
+10 −6 | scripts/autotracking/item_mapping.lua | |
+6 −2 | scripts/autotracking/location_mapping.lua | |
+2 −1 | scripts/custom_items/custom_items.md | |
+6 −6 | scripts/init.lua | |
+3 −2 | scripts/utils.lua | |
+1 −1 | var_itemsonly/layouts/tracker.jsonc |