Fixed imports
This commit is contained in:
parent
5d93843a1e
commit
4f1593771e
12 changed files with 3 additions and 28 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue