Fix TileAltar NBT saving
@Arcaratus, why did you rmove that?
This commit is contained in:
parent
94fbedd39e
commit
4b7ad55016
|
@ -21,7 +21,7 @@ import net.minecraftforge.fluids.*;
|
|||
|
||||
public class TileAltar extends TileInventory implements IBloodAltar, IUpdatePlayerListBox, IFluidTank, IFluidHandler {
|
||||
|
||||
private EnumAltarTier altarTier;
|
||||
private EnumAltarTier altarTier = EnumAltarTier.ONE;
|
||||
private AltarUpgrade upgrade = new AltarUpgrade();
|
||||
private int capacity = FluidContainerRegistry.BUCKET_VOLUME * 10;
|
||||
|
||||
|
|
Loading…
Reference in a new issue