update Forestry log support
This commit is contained in:
@@ -32,7 +32,7 @@ dependencies {
|
|||||||
shade "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
shade "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||||
}
|
}
|
||||||
minecraft {
|
minecraft {
|
||||||
version = '1.11.2-13.20.0.2216'
|
version = '1.11.2-13.20.0.2232'
|
||||||
mappings = 'snapshot_20161210'
|
mappings = 'snapshot_20161210'
|
||||||
runDir = 'run'
|
runDir = 'run'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,12 +47,12 @@ object ForestryIntegration {
|
|||||||
val TileLeaves = ClassRef("forestry.arboriculture.tiles.TileLeaves")
|
val TileLeaves = ClassRef("forestry.arboriculture.tiles.TileLeaves")
|
||||||
val TiLgetLeaveSprite = MethodRef(TileLeaves, "getLeaveSprite", Refs.ResourceLocation, ClassRef.boolean)
|
val TiLgetLeaveSprite = MethodRef(TileLeaves, "getLeaveSprite", Refs.ResourceLocation, ClassRef.boolean)
|
||||||
|
|
||||||
val PropertyWoodType = ClassRef("forestry.arboriculture.blocks.property.PropertyWoodType")
|
val PropertyWoodType = ClassRef("forestry.arboriculture.blocks.PropertyWoodType")
|
||||||
val IWoodType = ClassRef("forestry.api.arboriculture.IWoodType")
|
val IWoodType = ClassRef("forestry.api.arboriculture.IWoodType")
|
||||||
val barkTex = MethodRef(IWoodType, "getBarkTexture", Refs.String)
|
val barkTex = MethodRef(IWoodType, "getBarkTexture", Refs.String)
|
||||||
val heartTex = MethodRef(IWoodType, "getHeartTexture", Refs.String)
|
val heartTex = MethodRef(IWoodType, "getHeartTexture", Refs.String)
|
||||||
|
|
||||||
val PropertyTreeType = ClassRef("forestry.arboriculture.blocks.property.PropertyTreeType")
|
val PropertyTreeType = ClassRef("forestry.arboriculture.blocks.PropertyTreeType")
|
||||||
val TreeDefinition = ClassRef("forestry.arboriculture.genetics.TreeDefinition")
|
val TreeDefinition = ClassRef("forestry.arboriculture.genetics.TreeDefinition")
|
||||||
val IAlleleTreeSpecies = ClassRef("forestry.api.arboriculture.IAlleleTreeSpecies")
|
val IAlleleTreeSpecies = ClassRef("forestry.api.arboriculture.IAlleleTreeSpecies")
|
||||||
val ILeafSpriteProvider = ClassRef("forestry.api.arboriculture.ILeafSpriteProvider")
|
val ILeafSpriteProvider = ClassRef("forestry.api.arboriculture.ILeafSpriteProvider")
|
||||||
|
|||||||
Reference in New Issue
Block a user