This commit is contained in:
ConfuzzedCat 2026-03-24 20:24:06 +01:00
parent a14a2061e8
commit ada443e49e
Signed by: ConfuzzedCat
GPG key ID: 6F42CC2D1D815152
14 changed files with 573 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()
}
}