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": {
"fabricloader": ">=0.13.3",
"fabric": "*",
"minecraft": "1.18.x",
"minecraft": "~1.18.2",
"java": ">=17"
},
"suggests": {