Skip to content

Commit cce8425

Browse files
committed
add 1.21.3 and 1.21.4 to supported versions
1 parent 17865aa commit cce8425

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1G
33

44
#properties
55
minecraft_version = 1.20.4
6-
mod_version = 1.9
6+
mod_version = 1.10
77
maven_group = ct
88
archives_base_name = ContainerTweaks-rusherhack

src/main/resources/rusherhack-plugin.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"1.20.4",
1313
"1.20.6",
1414
"1.21",
15-
"1.21.1"
15+
"1.21.1",
16+
"1.21.2",
17+
"1.21.3",
18+
"1.21.4"
1619
]
1720
}

0 commit comments

Comments
 (0)