mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
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:
parent
bd34d65580
commit
8b300426dc
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue