We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06ffb61 + 4c8904c commit 790ddbfCopy full SHA for 790ddbf
2 files changed
gradle.properties
@@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx2G
2
org.gradle.parallel = true
3
org.gradle.caching = true
4
5
-mod_version = 4.0.2
+mod_version = 4.0.3
6
target_version = 1.15.2
7
archives_name = antiresourcereload
8
maven_group = me.wurgo
src/main/resources/fabric.mod.json
@@ -19,14 +19,19 @@
19
},
20
"license": "MIT",
21
"environment": "client",
22
- "mixins": ["antiresourcereload.mixins.json"],
+ "mixins": [
23
+ "antiresourcereload.mixins.json"
24
+ ],
25
"entrypoints": {
26
"main": [
27
"me.wurgo.antiresourcereload.AntiResourceReload"
28
]
29
30
"depends": {
- "minecraft": "1.15.x"
31
+ "minecraft": [
32
+ "1.15.x",
33
+ "1.16-alpha.20.13.inf"
34
+ ]
35
36
"breaks": {
37
"speedrunigt": "<7.2"
0 commit comments