Skip to content

Commit

Permalink
build: 1.20.5-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Apr 20, 2024
1 parent f2f9c66 commit ba4b224
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@
@Mixin(NbtCompound.class)
public interface INbtCompound {

@Invoker
Map<String, NbtElement> invokeToMap();

}
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ org.gradle.parallel=true
fabric.loom.multiProjectOptimisation=true
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.20.5-pre1
yarn_mappings=1.20.5-pre1+build.5
loader_version=0.15.9
fabric_version=0.96.15+1.20.5
minecraft_version=1.20.5-rc2
yarn_mappings=1.20.5-rc2+build.2
loader_version=0.15.10
fabric_version=0.97.4+1.20.5
# Mod Properties
mod_version=0.2.0+alpha.11
maven_group=com.ishland.c2me
Expand Down

0 comments on commit ba4b224

Please sign in to comment.