feat: initial 1.21.1 mod release

This commit is contained in:
Andrew 2026-04-29 21:14:26 +07:00
commit e2896303a7
54 changed files with 1662 additions and 0 deletions

11
settings.gradle Normal file
View file

@ -0,0 +1,11 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven { url = 'https://maven.neoforged.net/releases' }
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}