Added Bucket volume constant to Liquid Man
This commit is contained in:
parent
a57141bc21
commit
cbc8dbb8b4
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import net.minecraft.src.ItemStack;
|
|||
|
||||
public class LiquidManager {
|
||||
|
||||
public static final int BUCKET_VOLUME = 1000;
|
||||
public static LinkedList<LiquidData> liquids = new LinkedList<LiquidData>();
|
||||
|
||||
public static LiquidStack getLiquidForFilledItem(ItemStack filledItem) {
|
||||
|
|
Loading…
Reference in a new issue