[DEV] Fix up porting patches and configs

This commit is contained in:
2024-06-11 19:51:28 +02:00
parent 68fea1db1e
commit 1ffa879f17
1023 changed files with 38304 additions and 596 deletions

14
1.20/settings.gradle Normal file
View File

@@ -0,0 +1,14 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
url "https://mcentral.firstdark.dev/releases"
}
maven {
url "https://maven.firstdark.dev/releases"
}
}
}
rootProject.name = 'CraterLib-1.20'
include("Common", "Fabric", "Forge")