Toofifty / easy-blastfurnace

BSD 2-Clause "Simplified" License
2 stars 9 forks source link

Coal bag count fix #19

Closed hugocowan closed 2 years ago

hugocowan commented 2 years ago

Problem: oreOntoConveyorCount gets out of sync if the player forgets to empty their coal bag.

Solution: When the player adds coal into their inventory while in the bank, reset oreOntoConveyorCount to 0. That way it's always correct even if the player makes mistakes.

hugocowan commented 2 years ago

@Toofifty this is a fix for #18. Soz for accidental close.