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"