Broken code (test)

This commit is contained in:
Chickenmanfy
2024-01-21 08:44:03 -08:00
commit 008ac8a035
30 changed files with 1487 additions and 0 deletions

10
settings.gradle Normal file
View File

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