CustomCreativeTabs 0.1.0 - ModFest Edition

First release :)
This commit is contained in:
Motschen
2021-08-03 15:09:57 +02:00
parent 6f1f469a2c
commit 2252bc68e7
16 changed files with 571 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()
}
}