Added player detector recipe. Removed unused imports
This commit is contained in:
parent
015fd889f2
commit
30ee947c22
18 changed files with 12 additions and 75 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue