"first" commit

This commit is contained in:
2024-11-13 19:35:46 +01:00
parent 90e1cd360f
commit 960672d712
16 changed files with 421 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
pluginManagement {
repositories {
maven("https://maven.fabricmc.net/") {
name = "Fabric"
}
gradlePluginPortal()
}
}