[DEV] Add 1.21.6 into LTS

This commit is contained in:
2025-06-17 19:22:29 +02:00
parent 34dc478e2e
commit 770fdbc4c2
228 changed files with 9358 additions and 3 deletions

19
1.21.6/settings.gradle Normal file
View File

@@ -0,0 +1,19 @@
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")
include 'Paper'