From f083a0aa569043926bdec7e1a8896c813e51380f Mon Sep 17 00:00:00 2001 From: 19MisterX98 <41451155+19MisterX98@users.noreply.github.com> Date: Wed, 28 Oct 2020 19:24:08 +0100 Subject: [PATCH] bumb 0.2.4 --- build.gradle | 2 +- gradle.properties | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index b8f5a7e3..4477078d 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { minecraft "com.mojang:minecraft:${project.minecraft_version}" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" modCompile "net.fabricmc:fabric-loader:${project.loader_version}" - modImplementation "net.fabricmc.fabric-api:fabric-api:0.20.2+build.402-1.16" + modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modApi("me.shedaniel.cloth:config-2:4.8.1") { exclude(group: "net.fabricmc.fabric-api") } diff --git a/gradle.properties b/gradle.properties index 539dcecf..5baa4b23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.16.3 -yarn_mappings=1.16.3+build.17 -loader_version=0.10.0+build.208 + minecraft_version=1.16.3 + yarn_mappings=1.16.3+build.47 + loader_version=0.10.5+build.213 -#Fabric api -fabric_version=0.22.1+build.409-1.16 + #Fabric api + fabric_version=0.24.3+build.414-1.16 # Mod Properties - mod_version = 0.2.2-beta + mod_version = 0.2.4-beta maven_group = kaptainwutax archives_base_name = seedcracker