Skip to content

Commit

Permalink
修复打包后没有okio的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Jan 17, 2024
1 parent 6a3e636 commit 9fc8423
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.5-SNAPSHOT" apply false
id "fabric-loom" version "1.4-SNAPSHOT" apply false // cannot use 0.94.0 (loom & okio)
id "com.replaymod.preprocess" version "ce1aeb2b"
}

Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ archives_base_name=MC-Discord-Chat
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.5
fabric_version=0.94.0+1.20.4
fabric_version=0.93.1+1.20.4
# cannot use 0.94.0 (loom & okio)
2 changes: 1 addition & 1 deletion versions/1.20.4/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ loader_version=0.15.5
minecraft_dependency=~1.20.3

# Dependencies
fabric_version=0.94.0+1.20.4
fabric_version=0.93.1+1.20.4

0 comments on commit 9fc8423

Please sign in to comment.