Skip to content

Commit e2de2b9

Browse files
committed
Remove dynamic trees maven
1 parent 5c446de commit e2de2b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ repositories {
101101
maven { url = "https://maven.createmod.net" } // Ponder, Flywheel
102102
maven { url = "https://maven.ithundxr.dev/snapshots" } // Registrate
103103
maven { url = "https://maven.blamejared.com" } // JEI, Vazkii's Mods
104-
maven { url = "https://harleyoconnor.com/maven" } // Dynamic Trees
105104
maven { url = "https://maven.theillusivec4.top/" } // Curios API
106105
maven { url = "https://maven.squiddev.cc" } // CC: Tweaked
107106
maven { url = "https://www.cursemaven.com" }
@@ -117,7 +116,7 @@ repositories {
117116
includeGroup "mysticdrew"
118117
}
119118
}
120-
maven {url "https://chocolateminecraft.com/maven" } // Xaero
119+
maven { url "https://chocolateminecraft.com/maven" } // Xaero
121120
}
122121

123122
dependencies {

0 commit comments

Comments
 (0)