Fixed missing vines & texture overlays

This commit is contained in:
paulevsGitch 2021-02-13 23:47:16 +03:00
parent f57df6ac0b
commit 70d44fa825
214 changed files with 129 additions and 27 deletions

View file

@ -11,7 +11,7 @@ import ru.betterend.patterns.Patterns;
import ru.betterend.registry.EndBlocks;
public class AeterniumAnvil extends EndAnvilBlock {
public static final IntProperty DESTRUCTION = BlockProperties.DESTRUCTION_LONG;
private static final IntProperty DESTRUCTION = BlockProperties.DESTRUCTION_LONG;
public AeterniumAnvil() {
super(EndBlocks.AETERNIUM_BLOCK.getDefaultMaterialColor(), EndToolMaterial.AETERNIUM.getMiningLevel());