From 4fb8a5774a5a74c356b1778d8dd7c035de1e9bb8 Mon Sep 17 00:00:00 2001 From: zontreck Date: Thu, 14 Dec 2023 22:28:17 -0700 Subject: [PATCH] Update libzontreck --- build.gradle | 3 +-- gradle.properties | 4 ++-- src/main/resources/META-INF/mods.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 01c4267..ed4b4de 100644 --- a/build.gradle +++ b/build.gradle @@ -152,8 +152,7 @@ dependencies { // then special handling is done to allow a setup of a vanilla dependency without the use of an external repository. minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}" - compileOnly fg.deobf("dev.zontreck:LibZontreck:${minecraft_version}-${libzontreck}") - runtimeOnly fg.deobf("dev.zontreck:LibZontreck:${minecraft_version}-${libzontreck}") + implementation fg.deobf("dev.zontreck:LibZontreckMod:${libzontreck}") // Example mod dependency with JEI - using fg.deobf() ensures the dependency is remapped to your development mappings // The JEI API is declared for compile time use, while the full JEI artifact is used at runtime // compileOnly fg.deobf("mezz.jei:jei-${mc_version}-common-api:${jei_version}") diff --git a/gradle.properties b/gradle.properties index 9643a4b..d78deae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -libzontreck=1.0.8.1119230646 +libzontreck=1.9.121423.1700 ## Environment Properties @@ -49,7 +49,7 @@ mod_name=Aria's Essentials # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GPLv3 # The mod version. See https://semver.org/ -mod_version=1.0.1.1119230834 +mod_version=1.1.121423.2025 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 877479b..ac0dd34 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -65,7 +65,7 @@ description='''${mod_description}''' [[dependencies.${mod_id}]] modId="libzontreck" mandatory=true - versionRange="1.20.1-1," + versionRange="[1.9,1.10)" ordering="NONE" side="BOTH"