Optimize storage cells #3553
Closed
Optimize storage cells #3553
Labels
Milestone
Comments
Most certainly will also require addons to potentially change any custom drive to behave differently and not fix some compile errors. E.g. They now need to take care of explicitly saving to disk on the cell being removed, the block destroyed etc. (Also applies to our own drives) |
Sure .. i think for most TE's it makes sense to emulate the current behavior, eg: call saveChanges after every inject or extract. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, storage cells serialise to NBT on every inventory operation. Change the system to make serialisation the responsibility of the TE containing the cell so it can be better optimised.
Needs API changes.
The text was updated successfully, but these errors were encountered: