[Enhancement] ThermalExpansion integration
codewarrior0 opened this issue · 4 comments
In addition to cutting logs, TE's Sawmill allows reclaiming planks and other materials from wooden items. What do you think about using the Sawmill API to add recipes for breaking drawers down into planks and sawdust?
(I have all these extra drawers sitting around that don't match the theme of my base... 🏭)
Similarly, TE's Pulverizer allows reclaiming metal dust from some metal items and could be used to break upgrades down to metal dust and sawdust.
I have this mostly implemented now, but the pack system needs an extension and some refactoring to support breaking down blocks with mod planks.
Awesome!
I'm guessing the recipes are just placeholders for now. I'd expect to get back the planks used for the chest too, so I'd get back 8 oak planks + 6 other planks for a full drawer, 8+3 for a 1x2 drawer, etc. Said refactoring would probably help with that.