Small cleanup

This commit is contained in:
paulevsGitch 2021-06-13 18:54:50 +03:00
parent a98c391e65
commit 42f8754912
7 changed files with 3 additions and 8 deletions

View file

@ -21,7 +21,6 @@ public class EndAnvilItem extends BaseAnvilItem {
}
@Override
@SuppressWarnings("ConstantConditions")
protected BlockState getPlacementState(BlockPlaceContext blockPlaceContext) {
BlockState blockState = super.getPlacementState(blockPlaceContext);
ItemStack stack = blockPlaceContext.getItemInHand();