This commit is contained in:
modmuss50 2019-06-04 12:05:18 +01:00
parent e8396dbc33
commit d18d1b820e
65 changed files with 287 additions and 520 deletions

View file

@ -80,14 +80,6 @@ public class ItemBattery extends Item implements IEnergyItemInfo {
return PowerSystem.getDisplayPower().colour;
}
@Override
@Nullable
public ICapabilityProvider initCapabilities(ItemStack stack,
@Nullable
CompoundTag nbt) {
return new PoweredItemContainerProvider(stack);
}
// IEnergyItemInfo
@Override
public int getCapacity() {