add support for Forestry leaves

This commit is contained in:
octarine-noise
2016-08-11 11:00:59 +02:00
parent dec1ffd71c
commit 62294bb2bb
3 changed files with 93 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ object Refs {
val IModel = ClassRef("net.minecraftforge.client.model.IModel")
val ModelBlock = ClassRef("net.minecraft.client.renderer.block.model.ModelBlock", "bpd")
val ResourceLocation = ClassRef("net.minecraft.util.ResourceLocation", "kn")
val ModelResourceLocation = ClassRef("net.minecraft.client.renderer.block.model.ModelResourceLocation", "byq")
val VanillaModelWrapper = ClassRef("net.minecraftforge.client.model.ModelLoader\$VanillaModelWrapper")
val model_VMW = FieldRef(VanillaModelWrapper, "model", ModelBlock)