Initial commit

This commit is contained in:
YouHaveTrouble
2022-11-13 12:00:26 +01:00
committed by GitHub
commit 3cf796d148
16 changed files with 722 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}