DaFuqs / Spectrum

A full-feature minecraft mod about harnessing the powers of color
Other
95 stars 51 forks source link

Bundle block storage fixup #431

Closed imreallybadatnames closed 1 day ago

imreallybadatnames commented 2 days ago

Storage operations now manipulate internal storage state directly. Bundle contents and storage data are now synced with each other whenever needed.

Tested using a simple hopper setup (item insertion, item extraction, block break mid-transfer). The sum amount of extracted items and items within the bundle match the amount of inserted items.