kukeiko / squirtle-cc-tweaked

my computercraft apps & libs (using cc-tweaked mod 1.16.4)
MIT License
1 stars 0 forks source link

io-network: rework furnaces #21

Open kukeiko opened 10 months ago

kukeiko commented 10 months ago

What

Rework furnace code so that it fills up furnaces with any smeltable items provided by the player (as opposed to only filling up existing stacks in furnaces).

Notes

This will break existing furnace logic - which is fine as this new io-network version is used in a completely new base, and the code of the old base won't be updated.

Todo