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 GitHub
parent 06e3e43ee0
commit 283fa1c518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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