[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

@@ -47,6 +47,8 @@ dependencies {
compile 'it.unimi.dsi:fastutil:8.2.1'
compile 'net.kyori:event-method-asm:3.0.0'
compile 'com.mojang:brigadier:1.0.15'
testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testCompile "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
}