package com.hbm.tileentity.machine.rbmk; import net.minecraft.tileentity.TileEntity; public class TileEntityRBMKBase extends TileEntity { public boolean hasLid() { return false; } }