Skip to content

Commit

Permalink
build: 25w10a
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Mar 5, 2025
1 parent 43e6ee7 commit 6c700ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@Mixin(NbtList.class)
public interface INbtList {

@Invoker("method_68587")
@Invoker("getValueType")
byte invokeGetSerializedType();

}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ org.gradle.warning.mode=all
#org.gradle.configuration-cache=true
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=25w09b
yarn_mappings=25w09b+build.1
minecraft_version=25w10a
yarn_mappings=25w10a+build.1
loader_version=0.16.10
fabric_version=0.118.1+1.21.5
fabric_version=0.118.2+1.21.5
# Mod Properties
mod_version=0.3.2+alpha.0
maven_group=com.ishland.c2me
Expand Down

0 comments on commit 6c700ec

Please sign in to comment.