Initial commit

This commit is contained in:
tibs 2022-01-04 12:23:14 -05:00
commit 5bd7750177
Signed by untrusted user who does not match committer: tibs
GPG key ID: 047833989F50F88F
24 changed files with 1627 additions and 0 deletions

13
settings.gradle Normal file
View file

@ -0,0 +1,13 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'Cotton'
url = 'https://server.bbkr.space/artifactory/libs-release/'
}
gradlePluginPortal()
}
}