Jump to content

acaly

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by acaly

  1. I've been using forge for just a month and I'm now working with liquids. I try to add extra(which is NBTTag) to LiquidStack, but when it goes through pipes of BC, the extra has been lost! I've learned it's from LiquidTank class. In drain(int maxDrain, boolean doDrain), forge calls new LiquidStack(liquid.itemID, used, liquid.itemMeta) instead of copy, which causes the loss of extra. I've downloaded the latest version of 7.8.1.737 and it seems still not fixed. So I'm wondering if forge encourage us to use extra?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.