From 64d1571ac2b0b9b3166b348a01ec2ff2d0f5079d Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Sun, 1 Oct 2023 04:40:27 +0200 Subject: [PATCH] 1.20.2 --- README.md | 2 +- build.gradle | 3 ++- gradle.properties | 14 +++++++------- src/main/resources/fabric.mod.json | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 82d7422..e7cb67f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Player movement is not part of this mod. You have to move between villagers and # Supported Version: -- Minecraft 1.20 / 1.20.1 +- Minecraft 1.20 / 1.20.1 / 1.20.2 # Known Issues: diff --git a/build.gradle b/build.gradle index 49de618..6c82b8c 100644 --- a/build.gradle +++ b/build.gradle @@ -9,13 +9,14 @@ targetCompatibility = JavaVersion.VERSION_17 repositories { maven { url 'https://masa.dy.fi/maven' } maven { url 'https://maven.terraformersmc.com/releases/' } + maven { url 'https://jitpack.io' } } dependencies { minecraft "com.mojang:minecraft:${project.minecraft_version}" mappings "net.fabricmc:yarn:${project.mappings_version}:v2" modImplementation "net.fabricmc:fabric-loader:${project.fabric_loader_version}" - modImplementation "fi.dy.masa.malilib:malilib-fabric-${project.minecraft_version_out}:${project.malilib_version}" + modImplementation "com.github.Nyan-Work:malilib:${project.malilib_version}" modCompileOnly "com.terraformersmc:modmenu:${project.mod_menu_version}" } diff --git a/gradle.properties b/gradle.properties index 2424331..3527bc6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,12 +7,12 @@ mod_name = AutoTrade author = sebseb7 mod_file_name = autotrade-fabric -mod_version = 0.0.4 +mod_version = 0.0.5 -malilib_version = 0.16.0 +malilib_version = 0.16.2-nyan.6 -minecraft_version_out = 1.20.1 -minecraft_version = 1.20.1 -mappings_version = 1.20.1+build.2 -fabric_loader_version = 0.14.21 -mod_menu_version = 7.0.1 +minecraft_version_out = 1.20.2 +minecraft_version = 1.20.2 +mappings_version = 1.20.2+build.1 +fabric_loader_version = 0.14.22 +mod_menu_version = 8.0.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 56d9543..a82fd08 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ ], "depends": { - "minecraft": "1.20.x", + "minecraft": "1.20.2", "malilib": "0.16.x" } }