Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4

This commit is contained in:
Florian Nücke 2016-09-19 21:20:20 +02:00
commit 60c213040a

View File

@ -61,7 +61,6 @@ object PrintModel extends SmartBlockModelBase {
override def getQuads(state: IBlockState, side: EnumFacing, rand: Long): util.List[BakedQuad] = {
val faces = mutable.ArrayBuffer.empty[BakedQuad]
Textures.Block.bind()
val shapes =
if (data.hasActiveState && KeyBindings.showExtendedTooltips)
data.stateOn