SquidDev-CC / artist

A Rather Tremendous Item SysTem
BSD 3-Clause "New" or "Revised" License
36 stars 12 forks source link

Automatic furnace refueling only refuels one furnace #7

Open darienac opened 6 years ago

darienac commented 6 years ago

When coal is placed in the turtle, it picks a random furnace to get all the coal instead of distributing it throughout all the furnaces evenly.

There should also be a priority to place coal within furnaces that have items ready to be smelted and an appropriate amount of items should be put in for that task (minding the -1 item smelting bug, so 16 items would actually need 3 coal, but 15 items would need 2)

SquidDev commented 6 years ago

Yeah, this is probably a good idea. I've not really thought about this before as the refueller rather assumes an abundance of coal.

As far as only refuelling as much as needed, I'm less sure. One could definitely do some neat stuff with optimal fuel choosing, etc... but it's probably overcomplicated for where Artist is right now. I'd like to get the other basics in first.