support MC versions 1.12 and 1.12.1 as well

This commit is contained in:
octarine-noise
2017-09-10 01:15:33 +02:00
parent c5261216b2
commit 7f4ee4b0a3
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ import org.objectweb.asm.Opcodes.*
"kotlin",
"mods.octarinecore.kotlin"
)
@IFMLLoadingPlugin.MCVersion("1.12")
@IFMLLoadingPlugin.SortingIndex(1400)
class BetterFoliageLoader : ASMPlugin(BetterFoliageTransformer::class.java)