We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17865aa commit cce8425Copy full SHA for cce8425
2 files changed
gradle.properties
@@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1G
3
4
#properties
5
minecraft_version = 1.20.4
6
-mod_version = 1.9
+mod_version = 1.10
7
maven_group = ct
8
archives_base_name = ContainerTweaks-rusherhack
src/main/resources/rusherhack-plugin.json
@@ -12,6 +12,9 @@
12
"1.20.4",
13
"1.20.6",
14
"1.21",
15
- "1.21.1"
+ "1.21.1",
16
+ "1.21.2",
17
+ "1.21.3",
18
+ "1.21.4"
19
]
20
}
0 commit comments