get rid of some metadata warnings (future-proofing)

This commit is contained in:
octarine-noise
2016-12-04 18:28:10 +01:00
parent 44bfc93e1b
commit 6f42152cde
2 changed files with 3 additions and 3 deletions

View File

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