ForgePatch/src/main/java/net/minecraftforge/fluids
King Lemming 3fc40b955a Removed fluidID from ItemStack.
This fixes a rather huge issue where FluidStacks on the client could be desynced if a modder was unaware of it.

This is a breaking change but can be mitigated with a transformer to the getter getFluidID().

Signed-off-by: King Lemming <kinglemming@gmail.com>
2015-04-05 22:30:39 -04:00
..
BlockFluidBase.java Removed fluidID from ItemStack. 2015-04-05 22:30:39 -04:00
BlockFluidClassic.java Fix fluid blocks 2014-05-25 18:42:17 +02:00
BlockFluidFinite.java Make finite fluid blocks drainable 2014-05-25 19:59:59 +02:00
Fluid.java Removed fluidID from ItemStack. 2015-04-05 22:30:39 -04:00
FluidContainerRegistry.java Removed fluidID from ItemStack. 2015-04-05 22:30:39 -04:00
FluidEvent.java Fluid events now know how much fluid is moved 2014-05-20 01:39:51 +03:00
FluidRegistry.java Removed fluidID from ItemStack. 2015-04-05 22:30:39 -04:00
FluidStack.java Removed fluidID from ItemStack. 2015-04-05 22:30:39 -04:00
FluidTank.java Fix fluid tanks incorrectly reading NBT when empty 2015-01-17 00:36:42 +01:00
FluidTankInfo.java Step 2: The Reformation 2013-11-09 15:57:08 -06:00
IFluidBlock.java Step 2: The Reformation 2013-11-09 15:57:08 -06:00
IFluidContainerItem.java Step 2: The Reformation 2013-11-09 15:57:08 -06:00
IFluidHandler.java Comment out fluids until King gets his hands on it 2013-12-12 23:32:18 -08:00
IFluidTank.java Step 2: The Reformation 2013-11-09 15:57:08 -06:00
ItemFluidContainer.java Fixed ItemFluidContainer always draining the maximum amount, regardless of the amount remaining. 2014-07-31 20:52:52 +01:00
RenderBlockFluid.java Update RenderBlockFluid.java 2014-12-04 16:50:26 -05:00
TileFluidHandler.java Updated FML: 2014-02-05 01:14:24 -08:00