diff --git a/gradle.properties b/gradle.properties index 6b66f2e..d173265 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,10 +3,10 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop - minecraft_version=1.18.2 - yarn_mappings=1.18.2+build.1 - loader_version=0.13.3 - fabric_version=0.47.8+1.18.2 + minecraft_version=1.19 + yarn_mappings=1.19+build.4 + loader_version=0.14.8 + fabric_version=0.57.0+1.19 # Mod Properties mod_version = 0.1.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1d985e9..ed97398 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,7 +25,7 @@ "depends": { "fabricloader": ">=0.13.3", "fabric": ">=0.47.8", - "minecraft": "1.18.x", + "minecraft": ">=1.19", "java": ">=17" } }