Skip to content

Commit

Permalink
build: 24w44a
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Oct 30, 2024
1 parent bee4c78 commit 5571d7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ./gradlew build
- name: upload to modrinth and curseforge
run: ./gradlew modrinth curseforge
if: github.ref == 'refs/heads/ver/1.21.3'
if: github.ref == 'refs/heads/ver/1.21.4'
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
loader_version=0.16.7
minecraft_version=24w44a
yarn_mappings=24w44a+build.1
loader_version=0.16.9

# Mod Properties
mod_version = 0.2.0+beta.7
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ishland/vmp/VMPMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public void onInitialize() {
NearbyEntityTracking.init();
}

// MixinEnvironment.getCurrentEnvironment().audit();
MixinEnvironment.getCurrentEnvironment().audit();
}
}

0 comments on commit 5571d7f

Please sign in to comment.