-
Notifications
You must be signed in to change notification settings - Fork 6
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
8840e96
commit 9f9368d
Showing
7 changed files
with
32 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
uses: mcbeet/check-commands@v1 | ||
with: | ||
source: . | ||
minecraft: 1.19 | ||
minecraft: 1.20 | ||
# Checks JSON for errors | ||
- name: Check JSON | ||
uses: ocular-d/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Advancements | ||
|
||
Advancements are given by a trigger inside of Minecraft, or the `/advancement` command. The example in this tab uses the `minecraft:impossible` trigger, this is due to automatically triggering if a player doesn't already have it (see tick.mcfunction). There are many triggers available. As a result, I recommend, especially if you are new, using [misode.github.io](https://misode.github.io) for some amazing generators. | ||
Advancements are given by a trigger inside of Minecraft, or the `/advancement` command. The example in this tab uses the `minecraft:impossible` trigger, this is due to automatically triggering if a player doesn't already have it (see tick.mcfunction). There are many triggers available. As a result I recommend, especially if you are new, using [misode.github.io](https://misode.github.io) for some amazing generators. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters