Added item charging via legacy RF API.

This commit is contained in:
Sebastian Hartte
2016-11-06 22:22:49 +01:00
parent 9c8f914f42
commit 41a029ffb4
3 changed files with 84 additions and 1 deletions
@@ -19,7 +19,7 @@
package appeng.items.tools.powered.powersink;
public abstract class AEBasePoweredItem extends AERootPoweredItem
public abstract class AEBasePoweredItem extends RedstoneFlux
{
public AEBasePoweredItem( final double powerCapacity )
{