[DEV] Add 1.21.2 to LTS

This commit is contained in:
2024-10-22 19:14:23 +02:00
parent f8cf73b1e5
commit 825a6aa791
193 changed files with 7496 additions and 1 deletions

17
1.21.2/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")