Initialize Fabric mod project with necessary files and configurations.

This commit is contained in:
2025-06-15 10:53:37 -07:00
commit a9f672a609
15 changed files with 709 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()
}
}