Skip to content

Commit 073deae

Browse files
authored
Merge pull request #1 from qwertyuioplkjhgfd/patch-2
Drop 1.19 support, breaks worldpreview
2 parents e44d903 + 4132024 commit 073deae

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
],
1414
"depends": {
1515
"fabricloader": ">=0.12.2",
16-
"minecraft": ">=1.18",
16+
"minecraft": "1.18.x",
1717
"atum": "*"
1818
},
1919
"breaks": {
20-
"lazystronghold": "*"
20+
"lazystronghold": "*",
21+
"worldpreview": "*"
2122
}
2223
}

0 commit comments

Comments
 (0)