Industrial-Revolution icon indicating copy to clipboard operation
Industrial-Revolution copied to clipboard

Slaughter / Chopper Tech reborn support

Open aria1th opened this issue 2 years ago • 3 comments

allows usage of energy based items Those items can't extract energy, so it should use SimpleBatteryItem.tryUseEnergy()

aria1th avatar May 21 '22 12:05 aria1th

Well, it defines getEnergyMaxOutput as 0, so extract() does nothing... (or is there any other reason?) It has already done with EnergyStorage.ITEM.find(itemStack, ContainerItemContext.withInitial(itemStack)) but it does not return null, it finds : but it can't extract and the only way to decrement its energy is with extract externally

aria1th avatar May 21 '22 13:05 aria1th

Sounds like it would maybe make more sense to allow these items to extract energy? Instead of bypassing an implementation detail?

Technici4n avatar May 21 '22 14:05 Technici4n

Yes, I'll try making pr in tech reborn side

aria1th avatar May 21 '22 17:05 aria1th