initial project structure

This commit is contained in:
Jonas_Jones 2023-04-04 04:28:44 +02:00
parent 248f74057c
commit 664a6f9b67
15 changed files with 740 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()
}
}