Skip to content

Commit

Permalink
downgrade loom to fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAwesomGuy committed Jan 16, 2025
1 parent 232f33d commit 4f69bbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -53,7 +54,6 @@ subprojects {

allprojects {
apply plugin: "java"
apply plugin: "architectury-plugin"
apply plugin: "maven-publish"

base.archivesName = mod_id
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4f69bbc

Please sign in to comment.