Enforce Minecraft 1.19.2

As far as I know everyone who was on 1.19.1 has updated to 1.19.2. It's not something that was tested.

This will improve the error message if people try to run this on 1.19.3.
This commit is contained in:
modmuss50 2022-11-07 19:19:00 +00:00
parent 3e1ba48e78
commit dc6bc338e4

View file

@ -21,7 +21,7 @@
"depends": {
"fabricloader": ">=0.14.9",
"java": ">=17",
"minecraft": "~1.19.1-beta.2"
"minecraft": "1.19.2"
},
"description": "Core API module providing key hooks and intercompatibility features."
}