Initial commit

This commit is contained in:
Vos
2026-05-03 18:53:39 -05:00
commit 70d05eb492
18 changed files with 761 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}
// Should match your modid
rootProject.name = 'lost-resonance'