The energizer and batteries cannot charge items from Ender IO
Opened this issue · 8 comments
RF-using items from Ender IO, such as the staff of travelling, cannot be charged using the energizer or batteries from Actually Additions.
I’m not sure if this is an Actually Additions bug or an Ender IO bug.
Actually Additions version: r105 (latest for 1.10.2)
Ender IO version: 3.1.156 (latest for 1.10.2)
Forge version: 12.18-3-2254 (latest for 1.10.2)
(I also posted this on Ender IO’s GitHub page: SleepyTrousers/EnderIO-1.5-1.12/issues/4130)
For future reference, Ender IO Items accept either Forge Energy or Tesla. Installing the Tesla API fixes this.
Does that mean that installing Tesla allows me to charge Ender IO items using AA’s energizer?
Neither.
Even though EnderIO pretends to support RF on its items, it doesn't. Just use a Capacitor Bank.
@Ellpeck Can you elaborate? What do you mean by “[Ender IO] pretends to support RF on its items”? The staff of travelling, along with the other RF-using items from Ender IO, do use RF, so what makes them incompatible with Actually Additions?
The tooltip says "X RF", but in reality, they don't extend IEnergyContainerItem from the RF API, making them incompatible with RF.
Oh, I see. So it is an issue on Ender IO’s part. I don’t see why @SleepyTrousers didn’t do that.