mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 11:20:55 -04:00
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:
parent
3e1ba48e78
commit
dc6bc338e4
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue