Mark CableBusBlock as variableOpacity.

This commit is contained in:
yueh
2020-06-30 15:37:34 +02:00
parent 003ef8672c
commit 17b919a171
@@ -81,7 +81,7 @@ public class CableBusBlock extends AEBaseTileBlock<CableBusTileEntity> implement
private static final ICableBusContainer NULL_CABLE_BUS = new NullCableBusContainer();
public CableBusBlock() {
super(defaultProps(AEGlassMaterial.INSTANCE).notSolid().noDrops());
super(defaultProps(AEGlassMaterial.INSTANCE).notSolid().noDrops().variableOpacity());
}
@Override