added all the code.

This commit is contained in:
2026-04-06 15:23:47 -05:00
parent 090c486f31
commit ea4f63180d
15 changed files with 491 additions and 172 deletions

9
settings.gradle Normal file
View File

@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven { url = 'https://maven.fabricmc.net/' }
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = 'sign-leak-shield'