fabric: Begin work on commands manager for platform

This commit is contained in:
Zach Levis 2020-11-24 21:39:29 -08:00 committed by Jason
parent 0722bf6ead
commit eef98da9c9
16 changed files with 737 additions and 8 deletions

View file

@ -23,6 +23,10 @@ object Versions {
const val spongeApi7 = "7.3.0"
const val jetbrainsAnnotations = "20.1.0"
const val guava = "21.0-jre"
const val fabricLoader = "0.10.8"
const val fabricMc = "1.16.4"
const val fabricYarn = "7"
const val fabricApi = "0.29.1+1.16"
// IRC DEPENDENCIES
const val pircbotx = "83a4c22e80"