first commit

This commit is contained in:
destro174
2021-09-06 19:35:04 +02:00
commit 2e47148476
17 changed files with 638 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
plugins {
`maven-publish`
}
dependencies {
// API
implementation(project(":boosters-api"))
// Galaxy
compileOnly("com.alttd:galaxy-api:1.17.1-R0.1-SNAPSHOT")
}