Added base mod

base mod with basic http server and simple config system
This commit is contained in:
Jonas_Jones 2022-07-24 23:58:39 +02:00
commit ec3c622896
231 changed files with 3298 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()
}
}