Skip to content

Commit

Permalink
build: 24w34a
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Aug 21, 2024
1 parent 1db658a commit e16b98f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=24w33a
yarn_mappings=24w33a+build.26
minecraft_version=24w34a
yarn_mappings=24w34a+build.1
loader_version=0.16.2

# Mod Properties
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 e16b98f

Please sign in to comment.