Don't sync when loading from NBT

This commit is contained in:
Electroblob77
2020-04-12 21:59:22 +01:00
parent c622158818
commit e8ca773557
3 changed files with 21 additions and 5 deletions
@@ -35,13 +35,11 @@ public class ContainerBookshelf extends Container {
}
}
this.onSlotChanged();
}
/** Called from individual slots when their item is changed or removed. */
public void onSlotChanged(){
this.tileentity.sync();
//this.tileentity.sync();
}
@Override