Chest chest = (Chest) block.getState();
Inventory inv = chest.getInventory();
inv.clear();
ItemStack[] items = getLoot(odds, lootLocation, block);
inv.addItem(items);
chest.update(true);
}
@Override
public void saveLoots() {
// we don't need to do anything