Add example fabric mod

This commit is contained in:
Michael Mikovsky
2025-09-07 12:50:52 -06:00
parent 6d02099633
commit 38a069a4b0
19 changed files with 791 additions and 38 deletions
+10
View File
@@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}