Particle Physics

Particle Physics

46.3k Downloads

Emitter not use fuel from inventory (6 left-bottom slots)

s1mples opened this issue ยท 1 comments

commented

look like misplaced check for refuel.

EmitterTileEntity-> updateEntity()
check for refuel
"if (this.inventory[0] == null)"
placed inside of
"if (this.inventory[0] != null && isValidFuel(this.inventory[0].itemID))"
check.

commented

The latest build from the Particle Physics Jenkins doesn't have this issue, it's been fixed for a while.