Update MC dep to disallow 1.18.1 since it's usually incompatible

This commit is contained in:
Player 2022-04-27 05:12:03 +00:00 committed by c0de
parent fdff9aeccf
commit 257a4e864e

View File

@ -29,7 +29,7 @@
"depends": { "depends": {
"fabricloader": ">=0.13.3", "fabricloader": ">=0.13.3",
"fabric": "*", "fabric": "*",
"minecraft": "1.18.x", "minecraft": "~1.18.2",
"java": ">=17" "java": ">=17"
}, },
"suggests": { "suggests": {