Support Minecraft 1.19.2

This commit is contained in:
vladmarica 2022-10-04 21:56:37 -07:00
parent d86e6b8046
commit 578d42f5ab
2 changed files with 5 additions and 5 deletions

View file

@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.19 minecraft_version=1.19.2
yarn_mappings=1.19+build.1 yarn_mappings=1.19.2+build.18
loader_version=0.14.7 loader_version=0.14.9
# Mod Properties # Mod Properties
mod_version = 1.1.1 mod_version = 1.1.1
@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.55.3+1.19 fabric_version=0.62.0+1.19.2

View file

@ -29,7 +29,7 @@
"depends": { "depends": {
"fabricloader": ">=0.14", "fabricloader": ">=0.14",
"minecraft": "1.19.x" "minecraft": "1.19.2"
}, },
"suggests": {} "suggests": {}
} }