Why save compiled program to NBT?
josephcsible opened this issue ยท 2 comments
Is there a reason that we need to save program
and labels
to NBT? Instead of doing this, could we just re-parse the book whenever we load the rest of our data from NBT?
Removing that would be a good optimization. It seems like it would work without it, certainly worth a shot. Before we removing this code, let me fix the stack NBT serialization.