From 1e31ab3e7be8d1f733a0483267de608750524e5b Mon Sep 17 00:00:00 2001 From: AbyssDweller <80689879+AbyssDweller@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:19:51 -0400 Subject: [PATCH] it now works for 1.19.1 and 1.19.2 --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 752072a..3cc1b96 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ loader_version=0.14.9 fabric_version=0.60.0+1.19.2 # Mod Properties - mod_version = 1.0.8 + mod_version = 1.0.9-1.19.x maven_group = com.aspects archives_base_name = aspects diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1036bb6..7cb5bd5 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ "depends": { "fabricloader": ">=0.14.9", "fabric": "*", - "minecraft": "1.19.2", + "minecraft": ">=1.19.1", "java": ">=17", "extrakeybinds":"*", "origins": ">=1.7.0"