Continue to make sense of things... this mod's a mess lol
This commit is contained in:
parent
d98802ee1b
commit
0b963dcda9
171 changed files with 269 additions and 234 deletions
|
@ -31,10 +31,10 @@ import net.minecraftforge.fml.relauncher.Side;
|
|||
import net.minecraftforge.fml.relauncher.SideOnly;
|
||||
import techreborn.init.TRItems;
|
||||
|
||||
public class ItemRechargeableBattery extends ItemBattery {
|
||||
public class ItemRedCellBattery extends ItemBattery {
|
||||
|
||||
// 40k FE capacity with 100 FE\t charge rate
|
||||
public ItemRechargeableBattery() {
|
||||
public ItemRedCellBattery() {
|
||||
super(40_000, 100);
|
||||
}
|
||||
|
||||
|
@ -44,7 +44,7 @@ public class ItemRechargeableBattery extends ItemBattery {
|
|||
if (!isInCreativeTab(par2CreativeTabs)) {
|
||||
return;
|
||||
}
|
||||
ItemStack stack = new ItemStack(TRItems.RECHARGEABLE_BATTERY);
|
||||
ItemStack stack = new ItemStack(TRItems.RED_CELL_BATTERY);
|
||||
// ItemStack charged = stack.copy();
|
||||
//IEnergyStorage capEnergy = charged.getCapability(CapabilityEnergy.ENERGY, null);
|
||||
//capEnergy.setEnergyStored(capEnergy.getMaxEnergyStored());
|
Loading…
Add table
Add a link
Reference in a new issue