Client-side ColorUtil fix (#2)

This commit is contained in:
paulevsGitch 2021-06-05 14:51:56 +03:00
parent 2a079b407d
commit 4427700b7a
4 changed files with 17 additions and 14 deletions

View file

@ -32,7 +32,6 @@ import net.minecraft.world.level.block.entity.LidBlockEntity;
import net.minecraft.world.level.block.state.BlockState;
import net.minecraft.world.level.block.state.properties.ChestType;
import ru.bclib.blockentities.BaseChestBlockEntity;
import ru.bclib.blocks.BaseChestBlock;
@Environment(EnvType.CLIENT)
public class BaseChestBlockEntityRenderer extends BlockEntityRenderer<BaseChestBlockEntity> {