Initial commit

This commit is contained in:
2025-12-03 22:25:36 +01:00
commit b5b9af36e8
10 changed files with 205 additions and 0 deletions

9
settings.gradle Normal file
View File

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