Added player detector recipe. Removed unused imports

This commit is contained in:
drcrazy 2017-09-07 03:17:40 +03:00
parent 015fd889f2
commit 30ee947c22
18 changed files with 12 additions and 75 deletions

View file

@ -93,6 +93,7 @@ public class BlockRubberLog extends Block {
return this.getDefaultState().withProperty(SAP_SIDE, facing).withProperty(HAS_SAP, hasSap);
}
@SuppressWarnings({ "incomplete-switch" })
@Override
public int getMetaFromState(IBlockState state) {
int tempMeta = 0;