first version

This commit is contained in:
Jonas_Jones 2024-05-16 23:25:19 +02:00
commit f3925140a0
23 changed files with 756 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()
}
}