Yeah, amount is NOT deprecated.

This commit is contained in:
cpw 2015-11-24 15:30:22 -05:00
parent 1280462ec7
commit 44c4011575

View file

@ -18,10 +18,6 @@ import net.minecraftforge.fml.common.registry.RegistryDelegate;
*/
public class FluidStack
{
/**
* This field will be removed in 1.8. It may be incorrect after a world is loaded. Code should always
* use {@link #getFluid()} instead. That will always reflect the correct value.
*/
public int amount;
public NBTTagCompound tag;
private RegistryDelegate<Fluid> fluidDelegate;