MidnightControlsExtra 1.0.0 - Initial (and probably final) commit

This commit is contained in:
Motschen
2022-06-25 21:39:14 +02:00
parent 7ec4319daa
commit 9bc7db50dd
12 changed files with 479 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()
}
}