Update for Java 1.19.1 and Geyser 2.0.6-SNAPSHOT (#62)

* Updated to Minecraft 1.19.1

* Update fabric.mod.json
This commit is contained in:
Carlos Ramos 2022-07-28 17:56:13 -06:00 committed by GitHub
parent bd34d65580
commit 8b300426dc
2 changed files with 7 additions and 7 deletions

View file

@ -23,8 +23,8 @@
"geyser-fabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.11.3",
"fabricloader": ">=0.14.8",
"fabric": "*",
"minecraft": ">=1.19"
"minecraft": ">=1.19.1"
}
}