...
This commit is contained in:
parent
43ee61fd55
commit
3bb6e21736
1 changed files with 1 additions and 2 deletions
|
@ -316,14 +316,13 @@ public class TileEntityCrate extends TileEntityAdvanced implements ITier, IInven
|
|||
this.items[var5] = ItemStack.loadItemStackFromNBT(var4);
|
||||
}
|
||||
}
|
||||
|
||||
this.buildSampleStack();
|
||||
|
||||
if (nbt.hasKey("Count") && this.items[0] != null)
|
||||
{
|
||||
this.items[0].stackSize = nbt.getInteger("Count");
|
||||
}
|
||||
|
||||
this.buildSampleStack();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue