[WIP] Inject commands for Minecraft 1.13+

This commit is contained in:
Andrew Steinborn
2018-12-29 09:28:24 -05:00
parent b6944bbec2
commit 2cedb457ce
21 changed files with 1034 additions and 46 deletions

View File

@@ -33,9 +33,16 @@ allprojects {
repositories {
mavenLocal()
mavenCentral()
// for kyoripowered dependencies
maven {
url 'https://oss.sonatype.org/content/groups/public/'
}
// Brigadier
maven {
url "https://libraries.minecraft.net"
}
}
test {