TechReborn / RebornCore

Reborn Core is a library used for many of the Tech Reborn team's mods, including Tech Reborn, Quantum Storage, Fluxed Redstone, Hardcore Map Reset, and many more.
MIT License
44 stars 51 forks source link

Better inventory management for machines #137

Closed vhd closed 4 years ago

vhd commented 4 years ago

Basically SlotConfig now behave more like a hopper.

vhd commented 4 years ago

This will also partially fix https://github.com/TechReborn/TechReborn/issues/1941 We wan't be able to fix it completely. Since we can transfer more than 1 item at a time stockpile will raise an error "lost $remainder items in a transaction" https://github.com/branchpanic/stockpile/blob/c0752ce588c7e97bb0ac1fb50d65976eb6509e71/src/main/kotlin/me/branchpanic/mods/stockpile/impl/attribute/FixedMassItemInv.kt#L73

modmuss50 commented 4 years ago

Seems better, thanks.