From 64e43018dbb3c221202ec0be52aa4e61d173530d Mon Sep 17 00:00:00 2001 From: udu3324 <47045986+udu3324@users.noreply.github.com> Date: Sat, 29 Jul 2023 18:01:57 -0500 Subject: [PATCH] fix version --- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index c13f049..b423e69 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,9 +4,9 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop - minecraft_version=1.20.1 - yarn_mappings=1.20.1+build.9 - loader_version=0.14.21 + minecraft_version=1.19.4 + yarn_mappings=1.19.4+build.1 + loader_version=0.14.17 # Mod Properties mod_version = 1.2.5 @@ -14,4 +14,4 @@ org.gradle.parallel=true archives_base_name = poinpow # Dependencies - fabric_version=0.85.0+1.20.1 \ No newline at end of file + fabric_version=0.76.0+1.19.4 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index affa99c..05a3a6d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "depends": { "fabricloader": ">=0.14.10", "fabric-api": "*", - "minecraft": "~1.20", + "minecraft": "~1.19", "java": ">=17" }, "suggests": {