diff --git a/gradle.properties b/gradle.properties index dbc6e6b..ca95ae6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c9ad8a7..79136cf 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "depends": { "fabricloader": ">=0.14", - "minecraft": "1.19.x" + "minecraft": "1.19.2" }, "suggests": {} }