Skip to content

Commit 9785fbb

Browse files
committed
So I don't lose progress. Upgraded rare candy tools to use DataFixerUpper and stuff to convert configs to modern version. ><
1 parent d8ba7dc commit 9785fbb

File tree

217 files changed

+1402
-983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+1402
-983
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ repositories {
3939
mavenLocal()
4040
maven("https://jitpack.io")
4141
maven("https://maven.generations.gg/releases")
42+
maven("https://libraries.minecraft.net")
4243
}
4344

4445
dependencies {
@@ -63,7 +64,7 @@ dependencies {
6364
"shadowTools"(implementation(fileTree(mapOf("dir" to "libs", "include" to "*.jar")))!!)
6465
"shadow"(implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")!!)
6566
"shadow"(implementation("io.github.mudbill:dds-lwjgl:3.0.0")!!)
66-
67+
"shadowTools"(implementation("com.mojang:datafixerupper:6.0.8")!!)
6768

6869
listOf("windows", "macos", "linux", ).forEach { os ->
6970
listOf("-arm64", "").forEach { cpu ->

0 commit comments

Comments
 (0)