From 81d4a6027efffac20ca3402507887654b13d1333 Mon Sep 17 00:00:00 2001 From: DearFox <59219907+DearFox@users.noreply.github.com> Date: Tue, 19 Apr 2022 14:59:55 +0300 Subject: [PATCH] 1.18.2 Now the mod will work on 1.18 , 1.18.1 and 1.18.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 f20ae54..e6a3add 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.18.2 yarn_mappings=1.18.2+build.3 loader_version=0.13.3 # Mod Properties -mod_version=1.0 +mod_version=1.1 maven_group=name.owo.dearfox archives_base_name=AutoJump-KeyBind-mod # Dependencies diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bddc649..9747628 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "depends": { "fabricloader": ">=0.13.3", "fabric": "*", - "minecraft": "1.18.2", + "minecraft": "1.18.*", "fabric-key-binding-api-v1": "*" } }