Skip to content

Commit 9a09fe7

Browse files
Add more fabric version
1 parent ddb33cb commit 9a09fe7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
88
loader_version=0.13.3
99

1010
# Mod Properties
11-
mod_version = 1.18.2-fabric-1.0.0
11+
mod_version = 1.18.2-fabric-1.0.1
1212
maven_group = com.laosun.stackone
1313
archives_base_name = stackone
1414

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
]
2323
},
2424
"depends": {
25-
"fabricloader": ">=0.13.3",
26-
"minecraft": "1.18.x",
27-
"java": ">=17"
25+
"minecraft": "1.18.x"
2826
},
2927
"suggests": {
3028
"another-mod": "*"

0 commit comments

Comments
 (0)