BuildCraft|Core

BuildCraft|Core

7M Downloads

Save items when bluiding

SpaceToad opened this issue ยท 2 comments

commented

Find a way to save items on disk when they're on the way for building.

commented

Should just be as simple as writing all the active BuilderItems to NBT and restoring them on load, no?

commented

And letting the blueprint builder know at load time that those items are being built. Nothing major. Generally speaking, it would be good to save the list of locations that have already been built as to not re-analyze them upon loading.