Skip to content

Commit

Permalink
1.20.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Sep 15, 2023
1 parent 109a65e commit daef22a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 54 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"package": "net.fabricmc.fabric.mixin.event.interaction",
"compatibilityLevel": "JAVA_16",
"mixins": [
"BeehiveBlockMixin",
"PlayerAdvancementTrackerMixin",
"ServerPlayerEntityMixin",
"ServerPlayerInteractionManagerMixin",
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx2560M
org.gradle.parallel=true
fabric.loom.multiProjectOptimisation=true

version=0.88.4
minecraft_version=1.20.2-pre4
version=0.88.5
minecraft_version=1.20.2-rc1
yarn_version=+build.1
loader_version=0.14.22
installer_version=0.11.1
Expand All @@ -27,7 +27,7 @@ fabric-crash-report-info-v1-version=0.2.19
fabric-data-generation-api-v1-version=13.0.2
fabric-dimensions-v1-version=2.1.55
fabric-entity-events-v1-version=1.5.24
fabric-events-interaction-v0-version=0.6.7
fabric-events-interaction-v0-version=0.6.8
fabric-events-lifecycle-v0-version=0.2.67
fabric-game-rule-api-v1-version=1.0.39
fabric-gametest-api-v1-version=1.2.14
Expand Down

0 comments on commit daef22a

Please sign in to comment.