14 Commits

Author SHA1 Message Date
73a172c9bd fix capes, chorus patch, and other
All checks were successful
Build Minecraft Mod / build (push) Successful in 4m9s
Build Minecraft Mod / release (push) Successful in 31s
2026-04-14 09:13:51 +02:00
98f01f61c4 data generator fix, other fixes too
All checks were successful
Build Minecraft Mod / build (push) Successful in 4m4s
Build Minecraft Mod / release (push) Successful in 15s
2026-04-13 18:14:55 +02:00
bcc90e5593 super diamond and apple
All checks were successful
Build Minecraft Mod / build (push) Successful in 4m39s
Build Minecraft Mod / release (push) Successful in 17s
2026-04-13 16:38:52 +02:00
b476d156dc capes url update 2026-04-13 16:38:30 +02:00
6b355a1f47 orban
All checks were successful
Build Minecraft Mod / build (push) Successful in 4m2s
Build Minecraft Mod / release (push) Successful in 15s
2026-04-13 11:24:11 +02:00
c79d223f7e remove run
All checks were successful
Build Minecraft Mod / build (push) Successful in 3m59s
Build Minecraft Mod / release (push) Successful in 16s
2026-04-13 10:48:59 +02:00
790ebd2535 obsidian cube and ender update
Some checks failed
Build Minecraft Mod / build (push) Has started running
Build Minecraft Mod / release (push) Has been cancelled
2026-04-13 10:43:28 +02:00
994d2b961b update version number, add gitignore and switch usercosmetics jsons to correct url
All checks were successful
Build Minecraft Mod / build (push) Successful in 4m8s
Build Minecraft Mod / release (push) Successful in 18s
2026-04-01 14:11:46 +02:00
77f71be086 remove build dir
All checks were successful
Build Minecraft Mod / build (push) Successful in 4m25s
Build Minecraft Mod / release (push) Successful in 17s
2026-04-01 13:27:56 +02:00
169e9eff08 Update src/main/java/dev/tggamesyt/szar/mixin/PlayerAdvancementTrackerMixin.java
Some checks failed
Build Minecraft Mod / release (push) Has been cancelled
Build Minecraft Mod / build (push) Has been cancelled
2026-04-01 11:24:20 +00:00
5dcf4fc221 Update src/client/java/dev/tggamesyt/szar/client/mixin/MouseFlipMixin.java
All checks were successful
Build Minecraft Mod / build (push) Successful in 4m8s
Build Minecraft Mod / release (push) Successful in 20s
2026-04-01 11:09:28 +00:00
34b8fccf24 april
Some checks failed
Build Minecraft Mod / build (push) Failing after 2m35s
Build Minecraft Mod / release (push) Has been skipped
2026-04-01 09:24:48 +02:00
62ad19516b Trying to fix the issue where it gives a lot of files instead of one. #2
All checks were successful
Build Minecraft Mod / build (push) Successful in 3m55s
Build Minecraft Mod / release (push) Successful in 17s
2026-03-31 16:41:54 +00:00
c3eb514db7 Trying to fix the issue where it gives a lot of files instead of one.
All checks were successful
Build Minecraft Mod / build (push) Successful in 3m58s
Build Minecraft Mod / release (push) Successful in 18s
2026-03-31 16:35:13 +00:00
403 changed files with 828 additions and 4171 deletions

View File

@@ -131,14 +131,16 @@ jobs:
- name: Upload the mod JAR
run: |
# Use the artifact downloaded in the previous step
JAR_FILE=$(ls ./release-artifacts/*.jar | head -n 1)
# Find the largest JAR file (the main mod file is 120 MiB, others are KiB)
JAR_FILE=$(ls -S ./release-artifacts/*.jar | head -n 1)
if [ ! -f "$JAR_FILE" ]; then
echo "Error: JAR not found in ./release-artifacts/"
echo "Error: Main JAR not found in ./release-artifacts/"
exit 1
fi
echo "Uploading largest file: $(basename $JAR_FILE)"
curl -X POST \
-H "Authorization: token ${{ secrets.GITEATOKEN }}" \
-H "Content-Type: application/java-archive" \

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
build/
run/
.idea/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More