From ead0b68578d40562728aec8c725fe35cf6724d73 Mon Sep 17 00:00:00 2001 From: ronald Date: Mon, 31 Jul 2023 13:45:02 -0500 Subject: Added cloth as a jar in jar --- README.md | 2 -- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cf7ade..19f086c 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,6 @@ This mod has 2 dependencies to run: [Fabric Kotlin Language Support](https://github.com/FabricMC/fabric-language-kotlin/releases/) -[Cloth Config API](https://modrinth.com/mod/cloth-config/version/11.1.106+forge) - Theoretically, I could throw these in the JAR, but almost all current Fabric mods already have these dependencies anyway. ### Recommendations diff --git a/gradle.properties b/gradle.properties index 5b53f4c..3908283 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.14.21 fabric_kotlin_version=1.9.4+kotlin.1.8.21 # Mod Properties -mod_version=1.0.0 +mod_version=1.0.1 maven_group=com.dulkirfabric archives_base_name=dulkirmod-fabric -- cgit