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

remotes/origin/1.19
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
1 changed files with 1 additions and 1 deletions

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": {