support Cooking Plus log blocks

This commit is contained in:
octarine-noise
2016-02-21 11:09:45 +01:00
parent 6032a120d8
commit efb49125b8
2 changed files with 4 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ class RenderLog : AbstractRenderColumn(BetterFoliageMod.MOD_ID) {
init {
matchClassAndModel(matcher, "plantmegapack:block/_cube_column", listOf("end", "end", "side"))
matchClassAndModel(matcher, "plantmegapack:block/_column_side", listOf("end", "end", "side"))
matchClassAndModel(matcher, "cookingplus:block/palmlog", listOf("top", "top", "texture"))
}
}

View File

@@ -23,4 +23,6 @@ com.bioxx.tfc.Blocks.Flora.BlockLogVert
com.bioxx.tfc.Blocks.Flora.BlockLogNatural
// The Agricultural Revolution a.k.a. Cooking Plus
CookingPlus.blocks.CookingPlusTangleLog
CookingPlus.blocks.CookingPlusPalmLog
CookingPlus.blocks.CookingPlusTangleLog
CookingPlus.blocks.CookingPlusTangleHeart