This commit is contained in:
ZtereoHYPE 2022-07-17 19:20:28 +02:00
parent e2246761dd
commit 7d37cc3c87
18 changed files with 783 additions and 1 deletions

10
settings.gradle Normal file
View file

@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}