Puddles 1.0.0

This commit is contained in:
Motschen
2021-03-30 20:13:33 +02:00
parent 1acdc65fd6
commit 0342b5f312
20 changed files with 817 additions and 0 deletions

10
settings.gradle Normal file
View File

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