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

@ -52,7 +52,7 @@ import ru.betterend.client.models.Patterns;
import ru.betterend.registry.EndBlocks;
import ru.betterend.rituals.InfusionRitual;
@SuppressWarnings({"deprecation", "unused"})
@SuppressWarnings({"deprecation"})
public class PedestalBlock extends BaseBlockNotFull implements EntityBlock {
public final static EnumProperty<PedestalState> STATE = EndBlockProperties.PEDESTAL_STATE;
public static final BooleanProperty HAS_ITEM = EndBlockProperties.HAS_ITEM;