From 3048f538782bc9cbf0246464350768a6480f9832 Mon Sep 17 00:00:00 2001 From: Adrien1106 Date: Mon, 25 Mar 2024 16:27:58 +0100 Subject: [PATCH] removed necessary implementation and updated to minor version --- build.gradle | 6 +----- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index a778b0e..d9637fb 100755 --- a/build.gradle +++ b/build.gradle @@ -118,11 +118,7 @@ dependencies { modRuntimeOnly "com.teamresourceful.resourcefullib:resourcefullib-fabric-${project.minecraft_version}:2.4.7" modRuntimeOnly "earth.terrarium.chipped:Chipped-fabric-${project.minecraft_version}:3.1.2" - // Special Model Loader for Cocricot compatibility - modCompileOnly "maven.modrinth:ajFw7VkX:dYbsug6P" // Special Model Loader -// modRuntimeOnly "maven.modrinth:ajFw7VkX:dYbsug6P" - - // Fabric API. This is technically optional, but you probably want it anyway. + // Fabric API. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" } diff --git a/gradle.properties b/gradle.properties index c0ef6c2..d530df0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ loader_version=0.15.6 # Mod Properties modrinth_id = jCpoCBpn -mod_version = 1.5.5 +mod_version = 1.5.6 maven_group = fr.adrien1106 archives_base_name = ReFramed mod_id = reframed