BuildCraft|Factory

BuildCraft|Factory

7M Downloads

More pipe events required

AlexIIL opened this issue ยท 2 comments

commented

Specifically:

  • Invalidate: Called by (and only by) TileEntity.invalidate (by request of @multiplemonomials)
  • Validate: Called by (and only by) TileEntity.validate (in order to mirror Invalidate, although I'm not sure when this will be used)
  • Chunk Unload: Called by (and only by) TileEntity.onChunkUnload (by request of @multiplemonomials)
commented

Any way I could also get PipeEvent.NeighborBlockChange, called by Block.onNeighborBlockChange()?

commented

Actually wait never mind, I just noticed that Pipe.markForUpdate() is already called when redstone changes.