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

@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.14.6
minecraft_version=1.19.1
yarn_mappings=1.19.1+build.1
loader_version=0.14.8
# Mod Properties
mod_version=2.0.5-SNAPSHOT
mod_version=2.0.6-SNAPSHOT
maven_group=org.geysermc.platform
archives_base_name=Geyser-Fabric
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.55.2+1.19
fabric_version=0.58.5+1.19.1

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"
}
}