Support Minecraft 1.19.2
This commit is contained in:
parent
d86e6b8046
commit
578d42f5ab
2 changed files with 5 additions and 5 deletions
|
@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.19
|
||||
yarn_mappings=1.19+build.1
|
||||
loader_version=0.14.7
|
||||
minecraft_version=1.19.2
|
||||
yarn_mappings=1.19.2+build.18
|
||||
loader_version=0.14.9
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.1.1
|
||||
|
@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
|
|||
|
||||
# Dependencies
|
||||
# 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
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14",
|
||||
"minecraft": "1.19.x"
|
||||
"minecraft": "1.19.2"
|
||||
},
|
||||
"suggests": {}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue