Skip to content

Commit a8b4d7c

Browse files
committed
1.21.5 & Alex Caves compatibility & Updated Build Environment
1 parent 9174627 commit a8b4d7c

30 files changed

Lines changed: 1502 additions & 624 deletions

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: make gradle wrapper executable
2424
run: chmod +x ./gradlew
2525
- name: build
26-
run: ./gradlew build
26+
run: ./gradlew chiseledBuildAndCollectAll
2727
- name: capture build artifacts
2828
if: ${{ matrix.java == '21' }} # Only upload artifacts built from latest java
2929
uses: actions/upload-artifact@v4

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
# 1.0.2 Renaming & Fixes
2-
- Renamed Mod, Texturized Particles → Particle Effects
3-
- Added official support for 1.21.4
4-
- Fixed textures for Saturation and Instant Health
1+
- Fixed some mod compatibility
2+
- Updated to 1.21.5

0 commit comments

Comments
 (0)