port to MC 1.11.2

This commit is contained in:
octarine-noise
2017-01-29 10:11:53 +01:00
parent 625a3bd543
commit eb6058c4ee
4 changed files with 23 additions and 23 deletions

View File

@@ -30,7 +30,7 @@ object BetterFoliageMod {
const val MOD_NAME = "Better Foliage"
const val DOMAIN = "betterfoliage"
const val LEGACY_DOMAIN = "bettergrassandleaves"
const val MC_VERSIONS = "[1.11]"
const val MC_VERSIONS = "[1.11.2]"
const val GUI_FACTORY = "mods.betterfoliage.client.gui.ConfigGuiFactory"
lateinit var log: Logger