Yeah, amount is NOT deprecated.
This commit is contained in:
parent
1280462ec7
commit
44c4011575
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue