diff options
author | ronald <inglettronald@gmail.com> | 2023-07-31 13:45:02 -0500 |
---|---|---|
committer | ronald <inglettronald@gmail.com> | 2023-07-31 13:45:02 -0500 |
commit | ead0b68578d40562728aec8c725fe35cf6724d73 (patch) | |
tree | b66d4cea88f0ea12f8a89e76e83405eded287477 | |
parent | e8c85bfd9624343ebbe4e987cbae2422b042bf6e (diff) | |
download | DulkirMod-Fabric-ead0b68578d40562728aec8c725fe35cf6724d73.tar.gz DulkirMod-Fabric-ead0b68578d40562728aec8c725fe35cf6724d73.tar.bz2 DulkirMod-Fabric-ead0b68578d40562728aec8c725fe35cf6724d73.zip |
Added cloth as a jar in jar
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -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 |