Fix supported MC versions

This commit is contained in:
2023-03-19 13:10:52 +02:00
parent 5dd457e032
commit e733d80a53
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
"depends": {
"fabricloader": ">=0.14",
"fabric": "*",
"minecraft": "1.19.3",
"minecraft": ">=1.19.4",
"java": ">=17"
}
}