Skip to content

Commit 5aafe31

Browse files
committed
cloth dependency fix
1 parent d400b77 commit 5aafe31

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = "dev.isxander"
16-
version = "1.0.4"
16+
version = "1.0.5"
1717

1818
repositories {
1919
mavenCentral()

changelogs/1.0.5.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix cloth config dependency not allowing v8

src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"fabricloader": ">=0.14.0",
3434
"minecraft": "1.19.x",
3535
"java": ">=17",
36-
"cloth-config": "7.x.x"
36+
"cloth-config": ["7.x.x", "8.x.x"]
3737
},
3838
"suggests": {
3939
"sodium": "*"

0 commit comments

Comments
 (0)