![Particle Physics](https://media.forgecdn.net/avatars/thumbnails/19/65/256/256/635688942193830900.png)
Emitter not use fuel from inventory (6 left-bottom slots)
s1mples opened this issue ยท 1 comments
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.
The latest build from the Particle Physics Jenkins doesn't have this issue, it's been fixed for a while.