Skip to content

Commit

Permalink
Use Kilt's fork of ART (i am not calling it ForgeAutoRenamingTool's a…
Browse files Browse the repository at this point in the history
…cronym.)
  • Loading branch information
BluSpring committed Nov 29, 2024
1 parent 435b025 commit a7ee852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ dependencies {

modImplementation(include("teamreborn:energy:${property("teamreborn_energy_version")}")!!)

// Use Sinytra Connector's fork of ForgeAutoRenamingTool
implementation(include("dev.su5ed.sinytra:ForgeAutoRenamingTool:${property("forgerenamer_version")}")!!)
// Use Kilt's fork of Sinytra Connector's fork of ForgeAutoRenamingTool
implementation(include("xyz.bluspring:AutoRenamingTool:${property("forgerenamer_version")}")!!)

fun modOptional(dependencyNotation: String, shouldRunInRuntime: Boolean, configuration: Action<ExternalModuleDependency>) {
if (shouldRunInRuntime) {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ eventbus_version=6.2.12
# https://files.minecraftforge.net/net/minecraftforge/forgespi/index.html
forgespi_version=7.1.3

# https://maven.su5ed.dev/#/releases/dev/su5ed/sinytra/ForgeAutoRenamingTool
forgerenamer_version=1.0.14
# https://mvn.devos.one/#/snapshots/xyz/bluspring/AutoRenamingTool
forgerenamer_version=0.1.48

# custom fork - https://mvn.devos.one/#/snapshots/cpw/mods/securejarhandler
securejarhandler_version=fabric-2.1.6
Expand Down

0 comments on commit a7ee852

Please sign in to comment.