initial commit based on terra originum

This commit is contained in:
2026-02-14 19:46:57 +02:00
parent cbe4c328ed
commit 185522a308
321 changed files with 7427 additions and 3 deletions

10
settings.gradle Normal file
View File

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