Update fabric.mod.json

enable 1.20.1 support
This commit is contained in:
ZtereoHYPE 2023-06-16 15:46:32 +02:00 committed by GitHub
parent 41268ab8f2
commit f1f564bd04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
],
"depends": {
"fabricloader": ">=0.14.6",
"minecraft": "1.20",
"minecraft": ["1.20", "1.20.1"],
"java": ">=17"
}
}