Initial commit
Some checks failed
build / build (push) Failing after 3m47s

This commit is contained in:
lily 2025-04-23 19:49:37 -04:00
commit 07178eabcc
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
20 changed files with 732 additions and 0 deletions

10
settings.gradle Normal file
View file

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