Fixed imports

This commit is contained in:
drcrazy 2019-07-15 10:59:08 +03:00
parent 5d93843a1e
commit 4f1593771e
12 changed files with 3 additions and 28 deletions

View file

@ -143,7 +143,6 @@ public class BlockLamp extends BaseTileBlock {
return BlockRenderLayer.CUTOUT;
}
@SuppressWarnings("deprecation")
@Override
public boolean activate(BlockState state, World worldIn, BlockPos pos, PlayerEntity playerIn, Hand hand, BlockHitResult hitResult) {
ItemStack stack = playerIn.getStackInHand(Hand.MAIN_HAND);