diff --git a/build.gradle b/build.gradle index a44d07e..baa9c73 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ plugins { - id "architectury-plugin" version "3.4-SNAPSHOT" id "dev.architectury.loom" version "1.9-SNAPSHOT" apply false - id "me.modmuss50.mod-publish-plugin" version "0.8.+" + id "architectury-plugin" version "3.4-SNAPSHOT" id "com.github.johnrengelman.shadow" version "8.1.+" apply false + id "me.modmuss50.mod-publish-plugin" version "0.8.+" } architectury.minecraft = minecraft_version @@ -21,6 +21,7 @@ import net.fabricmc.loom.task.AbstractRemapJarTask subprojects { apply plugin: "dev.architectury.loom" + apply plugin: "architectury-plugin" dependencies { minecraft "com.mojang:minecraft:$minecraft_version" @@ -53,7 +54,6 @@ subprojects { allprojects { apply plugin: "java" - apply plugin: "architectury-plugin" apply plugin: "maven-publish" base.archivesName = mod_id diff --git a/gradle.properties b/gradle.properties index 01b4274..d72b1e0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ minecraft_version=1.20.1 enabled_platforms=fabric,forge mod_id=breakingbedrock -mod_version=1.1.2 +mod_version=1.1.3 maven_group=net.anawesomguy.breakingbedrock description=Allow bedrock to be mined with a netherite pickaxe! github=AnAwesomGuy/breakingbedrock @@ -15,6 +15,6 @@ fabric_api_version=0.92.3+1.20.1 forge_version=47.3.22 -changelog=add a new config option to allow bedrock to drop +changelog=arch loom downgrade cuz it :sparkles: broke :sparkles: curseforge_id=1017910 modrinth_id=s0tNTkDN \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 18362b7..4eaec46 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists