Lib update

This commit is contained in:
paulevsGitch 2021-06-13 17:30:44 +03:00
parent 03e435dfa0
commit a98c391e65
26 changed files with 77 additions and 77 deletions

View file

@ -18,7 +18,7 @@ import net.minecraft.world.phys.shapes.Shapes;
import net.minecraft.world.phys.shapes.VoxelShape;
import ru.bclib.blocks.BaseBlockNotFull;
import ru.bclib.blocks.BlockProperties;
import ru.bclib.client.render.ERenderLayer;
import ru.bclib.client.render.BCLRenderLayer;
import ru.bclib.interfaces.IRenderTyped;
import ru.betterend.registry.EndBlocks;
@ -38,8 +38,8 @@ public class CavePumpkinBlock extends BaseBlockNotFull implements IRenderTyped {
}
@Override
public ERenderLayer getRenderLayer() {
return ERenderLayer.CUTOUT;
public BCLRenderLayer getRenderLayer() {
return BCLRenderLayer.CUTOUT;
}
@Override