A bit more altar cleanup
This commit is contained in:
parent
e2d2ecb3ba
commit
ecb81a7017
6 changed files with 108 additions and 108 deletions
|
@ -31,14 +31,6 @@ import net.minecraftforge.fluids.capability.IFluidTankProperties;
|
|||
import net.minecraftforge.items.ItemHandlerHelper;
|
||||
|
||||
public class BloodAltar implements IFluidHandler {
|
||||
static {
|
||||
AltarTier.ONE.buildComponents();
|
||||
AltarTier.TWO.buildComponents();
|
||||
AltarTier.THREE.buildComponents();
|
||||
AltarTier.FOUR.buildComponents();
|
||||
AltarTier.FIVE.buildComponents();
|
||||
AltarTier.SIX.buildComponents();
|
||||
}
|
||||
|
||||
public boolean isActive;
|
||||
protected FluidStack fluidOutput = new FluidStack(BlockLifeEssence.getLifeEssence(), 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue