Skip to content

Commit

Permalink
Update minigame to Minecraft 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 committed Feb 12, 2024
1 parent e259123 commit a21618d
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.9"
id "fabric-loom" version "1.5.7"
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.22
fabric_version = 0.88.0+1.20.1
minecraft_version = 1.20.2
yarn_mappings = 1.20.2+build.4
loader_version = 0.15.6
fabric_version = 0.91.6+1.20.2

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

0 comments on commit a21618d

Please sign in to comment.