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

@ -31,7 +31,7 @@ import net.minecraft.world.phys.shapes.Shapes;
import net.minecraft.world.phys.shapes.VoxelShape;
import ru.bclib.api.TagAPI;
import ru.bclib.blocks.BaseAttachedBlock;
import ru.bclib.client.render.ERenderLayer;
import ru.bclib.client.render.BCLRenderLayer;
import ru.bclib.interfaces.IRenderTyped;
import ru.bclib.util.BlocksHelper;
import ru.betterend.registry.EndFeatures;
@ -73,8 +73,8 @@ public class SmallJellyshroomBlock extends BaseAttachedBlock implements IRenderT
}
@Override
public ERenderLayer getRenderLayer() {
return ERenderLayer.CUTOUT;
public BCLRenderLayer getRenderLayer() {
return BCLRenderLayer.CUTOUT;
}
static {