Skip to content

Commit

Permalink
Update minigame to Minecraft 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 committed Jul 20, 2024
1 parent 0cf42d1 commit 524367b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.3.8"
id "fabric-loom" version "1.7.2"
id "maven-publish"
}

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ mod_version = 1.0.0
org.gradle.jvmargs = -Xmx1G

# Versions
minecraft_version = 1.20.1
yarn_mappings = 1.20.1+build.10
loader_version = 0.14.21
fabric_version = 0.86.1+1.20.1
minecraft_version = 1.20.4
yarn_mappings = 1.20.4+build.3
loader_version = 0.15.11
fabric_version = 0.97.1+1.20.4

plasmid_version = 0.5.100+1.20.1
plasmid_version = 0.5.102-SNAPSHOT+1.20.4

0 comments on commit 524367b

Please sign in to comment.