Updated versions, and mappings.

This commit is contained in:
Sebastian Hartte
2020-09-19 02:40:35 +02:00
parent ce058b006c
commit 45f5851079
29 changed files with 66 additions and 73 deletions
@@ -86,7 +86,7 @@ public class CableBusBlock extends AEBaseTileBlock<CableBusBlockEntity> implemen
public CableBusBlock() {
super(defaultProps(AEMaterials.GLASS).nonOpaque().dropsNothing().dynamicBounds()
.lightLevel(state -> state.get(LIGHT_LEVEL)));
.luminance(state -> state.get(LIGHT_LEVEL)));
setDefaultState(getDefaultState().with(LIGHT_LEVEL, 0));
}