mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4
This commit is contained in:
commit
60c213040a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user