Nauticality 0.1.0 - 1.17

Release for ModFest 1.17!
This commit is contained in:
Motschen
2021-07-03 16:59:15 +02:00
parent 20419d502b
commit 78f524ced0
76 changed files with 2047 additions and 0 deletions

10
settings.gradle Executable file
View File

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