Initial commit

This commit is contained in:
2026-04-10 01:11:20 +03:00
commit b9a7ccf4be
18 changed files with 712 additions and 0 deletions

12
settings.gradle Normal file
View File

@@ -0,0 +1,12 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = 'respawn-backoff'