Skip to content

Commit

Permalink
remove lazydfu
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Dec 1, 2024
1 parent 7b82e19 commit 216d125
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ repositories {

maven { url = "https://maven.shedaniel.me" } // Cloth Config, REI
maven { url = "https://maven.blamejared.com" } // JEI

maven { url = "https://api.modrinth.com/maven" } // LazyDFU
maven { url = "https://maven.terraformersmc.com/releases" } // Mod Menu, EMI
}

Expand All @@ -57,7 +55,6 @@ dependencies {
modImplementation("com.simibubi.create:create-fabric-$minecraft_version:$create_fabric_version")

// Development QOL
modLocalRuntime("maven.modrinth:lazydfu:$lazydfu_version")
modLocalRuntime("com.terraformersmc:modmenu:$modmenu_version")

// Recipe Viewers - Create Fabric supports JEI, REI, and EMI.
Expand Down

0 comments on commit 216d125

Please sign in to comment.