This commit is contained in:
Raoul Van den Berge
2016-05-19 11:34:40 +02:00
parent b473a2f3b9
commit ce8335c226

View File

@@ -111,7 +111,7 @@ public class NBTStorage implements IStorage {
ItemStack result = group.toStack();
result.setTagCompound(group.getTag());
result.stackSize = quantity;
markDirty();