Skip to content

Commit

Permalink
Revert "reupdated arch loom"
Browse files Browse the repository at this point in the history
This reverts commit 50cb7d7.
  • Loading branch information
Trinsdar committed Nov 29, 2023
1 parent 0f9d140 commit 43a2d6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion
plugins {
id "maven-publish"
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.3-SNAPSHOT" apply(false)
id "dev.architectury.loom" version "0.12.0-SNAPSHOT" apply(false)
id "com.github.johnrengelman.shadow" version "7.0.0" apply(false)
}

Expand Down
3 changes: 0 additions & 3 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies{
exclude(group: "net.fabricmc.fabric-api")
exclude(group: "com.github.LlamaLad7")
}
modImplementation(include("io.github.tropheusj:serialization-hooks:0.3.23"))
modImplementation(include("net.feltmc:felt-recipe-api:1.0.0-${project.minecraft_version}")){
exclude(group: "net.fabricmc.fabric-api")
exclude(group: "com.terraformersmc")
Expand All @@ -50,7 +49,6 @@ dependencies{
common(project(path: ":antimatter-common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":antimatter-common", configuration: "transformProductionFabric")) { transitive false }
modImplementation(include("com.github.Trinsdar:ARRP:0.6.7-hotfix"))
modCompileOnly("com.blamejared.crafttweaker:CraftTweaker-fabric-1.18.2:${rootProject.crafttweaker_version}")
modCompileOnly(include("com.github.Trins-mods:CT-Fabric-Fluid-Support:${project.ct_fabric_fluid_support_hash}"))
modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:${rootProject.rei_version}"
modCompileOnly("mezz.jei:jei-${rootProject.minecraft_version}-fabric:${rootProject.jei_version}"){
Expand All @@ -72,7 +70,6 @@ dependencies{
modImplementation "maven.modrinth:carbon-config:2ngFmmhP"
modCompileOnly("curse.maven:the-one-probe-fabric-581847:${project.top_fabric_file}")
modCompileOnly "lol.bai.megane:megane-reborn-energy:${project.megane_version}"
modCompileOnly "lol.bai.megane:megane-api:${project.megane_version}"
}

architectury {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Thu Jul 02 03:20:41 CEST 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down

0 comments on commit 43a2d6a

Please sign in to comment.