Skip to content

Commit 2e53e2f

Browse files
committed
Reformat all files
1 parent a29b9ba commit 2e53e2f

21 files changed

+4045
-4150
lines changed

.github/workflows/main.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Discord webhook
22
on:
3-
release:
4-
types: [published]
3+
release:
4+
types: [ published ]
55

66
jobs:
7-
discord_webhook:
8-
runs-on: ubuntu-latest
7+
discord_webhook:
8+
runs-on: ubuntu-latest
99
steps:
10-
- name: Discord Webhook Notify
11-
uses: Cyb3RGER/discord-webhook-notify@master
12-
with:
13-
webhookUrl: ${{ secrets.DISCORD_WEBHOOK_URL }}
14-
severity: info
10+
- name: Discord Webhook Notify
11+
uses: Cyb3RGER/discord-webhook-notify@master
12+
with:
13+
webhookUrl: ${{ secrets.DISCORD_WEBHOOK_URL }}
14+
severity: info

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/Notes/
22
.idea
33
*.xcf
4-
*.log
4+
*.log
5+
.luarc.json

README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,27 @@ This pack supports item and location tracking as well as autotracking for most i
66

77
To learn more about Archipelago head [here](https://archipelago.gg).
88

9-
PopTracker can be found [here](https://github.com/black-sliver/PopTracker) and EmoTracker [here](https://emotracker.net).
9+
PopTracker can be found [here](https://github.com/black-sliver/PopTracker) and
10+
EmoTracker [here](https://emotracker.net).
1011

1112
## Autotracking
1213

13-
Autotracking in this pack utilizes [PopTracker's Archipelago Tracking Interface](https://github.com/black-sliver/PopTracker/blob/master/doc/AUTOTRACKING.md#archipelago-interface) and therefore is currently only aviable on PopTracker.
14+
Autotracking in this pack
15+
utilizes [PopTracker's Archipelago Tracking Interface](https://github.com/black-sliver/PopTracker/blob/master/doc/AUTOTRACKING.md#archipelago-interface)
16+
and therefore is currently only aviable on PopTracker.
1417

15-
The pack does not autotrack the village and pillager outpost structures, as these do not have an advancement attached to them, like the nether fortress has the "A Terrible Fortress"-Advancement for example. These two structures have to be tracked manually.
18+
The pack does not autotrack the village and pillager outpost structures, as these do not have an advancement attached to
19+
them, like the nether fortress has the "A Terrible Fortress"-Advancement for example. These two structures have to be
20+
tracked manually.
1621

1722
## Known Issues
1823

19-
The pack doesn't track yet if you have enough advancements and/or dragon egg shards to reach the goal or kill the ender dragon. Therefore postgame locations might appear as "in logic" when in reality you can't reach them yet as you are still missing the necessary advancements and/or dragon egg shards.
24+
The pack doesn't track yet if you have enough advancements and/or dragon egg shards to reach the goal or kill the ender
25+
dragon. Therefore postgame locations might appear as "in logic" when in reality you can't reach them yet as you are
26+
still missing the necessary advancements and/or dragon egg shards.
2027

2128
## About 0.2.0 new features
2229

23-
If you want to exclude an advancement in particular (because you also can on the .yaml from Archipelago) just go to:
24-
/locations/locations.json and comment the advancement's visibility_rules except "showexcluded_on", these will keep appearing when using "Show Excluded: On".
30+
If you want to exclude an advancement in particular (because you also can on the .yaml from Archipelago) just go to:
31+
/locations/locations.json and comment the advancement's visibility_rules except "showexcluded_on", these will keep
32+
appearing when using "Show Excluded: On".

0 commit comments

Comments
 (0)