Initial commit

This commit is contained in:
jane 2021-04-26 00:57:14 -04:00
commit 87beaec3e9
14 changed files with 629 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()
}
}