[Issue maybe] Container is saving air in NBT
slava110 opened this issue ยท 2 comments
That's probably because I fill the slots with empty itemstacks, and save those when I save the inventory. MC likely strips out the air in the save-load operations. Will investigate to see how it handles such things in 1.12.2. The save-load code got ported nearly direct from 1.10.2 when stacks were null rather than empty, so there's likely some inconsistency somewhere that's causing this behavior.