feat: first init

This commit is contained in:
darwincereska
2026-05-05 16:40:26 -04:00
commit 9822bd799c
15 changed files with 612 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}