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.
1 parent ddb33cb commit 9a09fe7Copy full SHA for 9a09fe7
gradle.properties
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
8
loader_version=0.13.3
9
10
# Mod Properties
11
- mod_version = 1.18.2-fabric-1.0.0
+ mod_version = 1.18.2-fabric-1.0.1
12
maven_group = com.laosun.stackone
13
archives_base_name = stackone
14
src/main/resources/fabric.mod.json
@@ -22,9 +22,7 @@
22
]
23
},
24
"depends": {
25
- "fabricloader": ">=0.13.3",
26
- "minecraft": "1.18.x",
27
- "java": ">=17"
+ "minecraft": "1.18.x"
28
29
"suggests": {
30
"another-mod": "*"
0 commit comments