Skip to content

Commit

Permalink
Redstone machine has tile entity is now set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
fuj1n committed Jun 5, 2018
1 parent 3302e06 commit a3ece7e
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -40,8 +40,7 @@ public abstract class RedstoneMachine<E extends Enum<E> & EnumBlock.IEnumMeta &

protected RedstoneMachine(Material material, PropertyEnum<E> prop, Class<E> clazz) {
super(material, prop, clazz);
//TODO figure out what this was, and what it missing affects
//this.isBlockContainer = true;
this.hasTileEntity = true;
this.setDefaultState(this.blockState.getBaseState().withProperty(FACING, EnumFacing.NORTH));
}

Expand Down

0 comments on commit a3ece7e

Please sign in to comment.