-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update stale.yml (#302) * update build.gradle and bug-report.yml (#306) * add api output to jarjar (#308) * add entity size attribute and shrink effect (#310) * additional shrink effect stuff * fix eye height for entities with hardcoded eye height * Bump to v1.18.2-1.1.1 (#311) * bump version in bug report template * add shrink update info to the changelog * Fix build process (#312) * Fix build.gradle * Fix release.yml * Update changelog.md * add altar power to TOP info (#314) * Fix fall damage (#315) * bump version number, update changelog and run datagen * fix release workflow (#316) * move a bunch of stuff to datapack registries * move a bunch of stuff to datapack registries (part 2) * add liquid essence fluid * implement hud config * add hud manager open translation * fix stats and disable ice guardian test * move even more stuff to dynamic registries * make liquid essence stop fall damage (liquid essence is subject to MinecraftForge/MinecraftForge#8897 and thus still a bit broken) * some tweaks and fixes * address comments by @IchHabeHunger54 * update to 1.19.2, move worldgen to datapack, fix recipes * apply suggested refactors * fix mixin config * hotfix for #318 (#320) * pin FG version because of bug in JiJ * update changelog and release workflow * update changelog * move inscription table and occulus blockstates to datagen * Prevent crash due to #321 (#322) * dedupe goals and remove unnecessary AT * add local.properties * add github helper for using dependencies from github packages * add safety for when mods f*** with attributes or use the wrong event to register them * bump version and changelog * merge ability and affinity packages Co-authored-by: IchHabeHunger54 <[email protected]>
- Loading branch information
1 parent
52ae1b3
commit d9d37f7
Showing
595 changed files
with
5,554 additions
and
4,486 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
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 |
---|---|---|
|
@@ -116,3 +116,4 @@ run/ | |
/src/generated/resources/.cache/ | ||
!run/client/options.txt | ||
!run/server/eula.txt | ||
/local.properties |
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,5 +1,7 @@ | ||
# Version 1.19-1.1.2 | ||
# Version 1.19.2-1.1.4 | ||
|
||
## Changes | ||
|
||
- Update to 1.19 | ||
- Update to 1.19.2 | ||
- Moved some Datapack stuff | ||
- Added HUD management |
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
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
22 changes: 0 additions & 22 deletions
22
src/api/java/com/github/minecraftschurlimods/arsmagicalegacy/api/ability/IAbility.java
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
src/api/java/com/github/minecraftschurlimods/arsmagicalegacy/api/ability/IAbilityData.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.