Skip to content

Commit d43a2e8

Browse files
committed
Update to Minecraft 1.20.4
1 parent a26b336 commit d43a2e8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Your project's version
55
group=gay.ampflower
6-
projectVersion=0.4.4
6+
projectVersion=0.4.5
77
modrinthId=z23qey0b
8-
minecraftCompatible=1.20.3
8+
minecraftCompatible=1.20.4

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
annotations = "23.0.0"
33

44
# https://github.com/LambdAurora/SpruceUI
5-
spruceui = "5.0.3+1.20.2"
6-
modmenu = "9.0.0-pre.1"
5+
spruceui = "5.0.3+1.20.4"
6+
modmenu = "9.0.+"
77

88
# Minecraft
9-
minecraft_version = "1.20.3"
10-
minecraft_required = "1.20.3"
9+
minecraft_version = "1.20.4"
10+
minecraft_required = "1.20.4"
1111
fabric_loader = "0.15.+"
12-
fabric_api = "0.91.1+1.20.3"
12+
fabric_api = "0.97.1+1.20.4"
1313

1414
# Plugins
1515
loom = "1.+"

0 commit comments

Comments
 (0)