[DEV] Update dedicated source folders

This commit is contained in:
2024-06-13 19:07:34 +02:00
parent 436e02fee1
commit c109184a4e
200 changed files with 6812 additions and 8 deletions

17
1.21/settings.gradle Normal file
View File

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