Adds some quality-of-life features to CC: Tweaked peripherals.
New functionality:
listWithCapabilities(): Same aslist(), but addshasEnergy,hasFluid,hasInventoryif the item supports those capabilities.getItemInventory(slot): Retrieves the inventory of a specified slot's item, inlistWithCapabilitiesformat.getItemInventoryDeep(slot): Same asgetItemInventory, but recursively lists nested inventories.
Enhanced functionality:
getItemDetail()returnsenergyandtankskeys for stored FE and fluids, as applicable.