Skip to content

Commit a21e7ac

Browse files
committed
Update minigame to Minecraft 1.21.4
1 parent 7cebea2 commit a21e7ac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "fabric-loom" version "1.8.12"
2+
id "fabric-loom" version "1.10.5"
33
id "maven-publish"
44
}
55

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ mod_version = 1.0.0
55
org.gradle.jvmargs = -Xmx1G
66

77
# Versions
8-
minecraft_version = 1.21.3
9-
yarn_mappings = 1.21.3+build.2
10-
loader_version = 0.16.9
11-
fabric_version = 0.109.0+1.21.3
8+
minecraft_version = 1.21.4
9+
yarn_mappings = 1.21.4+build.8
10+
loader_version = 0.16.14
11+
fabric_version = 0.119.2+1.21.4
1212

13-
plasmid_version = 0.6.0+1.21.3
13+
plasmid_version = 0.6.3+1.21.4

0 commit comments

Comments
 (0)