[ci-skip] [DEV] Add 1.21.5 to LTS

This commit is contained in:
2025-03-25 19:54:18 +02:00
parent 44e68b1b57
commit e13bc3e0d8
220 changed files with 9311 additions and 1 deletions

19
1.21.5/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'