diff --git a/build.gradle b/build.gradle index 4c9ad14..a34a000 100644 --- a/build.gradle +++ b/build.gradle @@ -43,16 +43,12 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - //modCompile "me.zeroeightsix:fiber:0.21.0-1" - modCompile "io.github.prospector:modmenu:1.14.5+build.30" modCompileOnly "com.github.emilyploszaj:trinkets:2.6.3" modCompile "fi.dy.masa.malilib:malilib-fabric-1.16.1:0.10.0-dev.21+arne.1" + modRuntime "fi.dy.masa.tweakeroo:tweakeroo-fabric-1.16.1:0.10.0-dev.20200720.162627" //modRuntime "com.github.emilyploszaj:trinkets:2.6.3" - - // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. - // You may need to force-disable transitiveness on them. } processResources { @@ -106,4 +102,4 @@ publishing { // uncomment to publish to the local maven // mavenLocal() } -} +} \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 8ee095d..a7524c1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,9 +8,9 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.8.8+build.202 # Mod Properties - mod_version = beta-1.1.2 + mod_version = beta-1.5.0 maven_group = com.oroarmor - archives_base_name = netherite-plus-mod-trinkets + archives_base_name = netherite-plus-mod # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api