Polishing powered items
This commit is contained in:
parent
daf4b6fad6
commit
7b630f576f
14 changed files with 60 additions and 60 deletions
|
@ -34,9 +34,9 @@ import techreborn.init.ModItems;
|
|||
|
||||
public class ItemEnergyCrystal extends ItemBattery {
|
||||
|
||||
// 4M FE storage with 10k charge rate
|
||||
// 4M FE storage with 1k charge rate
|
||||
public ItemEnergyCrystal() {
|
||||
super("energyCrystal", ConfigTechReborn.EnergyCrystalMaxCharge, 10_000);
|
||||
super("energyCrystal", ConfigTechReborn.EnergyCrystalMaxCharge, 1_000);
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
|
|
@ -34,9 +34,9 @@ import techreborn.init.ModItems;
|
|||
|
||||
public class ItemLapotronCrystal extends ItemBattery {
|
||||
|
||||
// 40M FE capacity with 40k FE\t charge rate
|
||||
// 40M FE capacity with 10k FE\t charge rate
|
||||
public ItemLapotronCrystal() {
|
||||
super("lapotronCrystal", ConfigTechReborn.LapotronCrystalMaxCharge, 40_000);
|
||||
super("lapotronCrystal", ConfigTechReborn.LapotronCrystalMaxCharge, 10_000);
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
|
|
@ -34,9 +34,9 @@ import techreborn.init.ModItems;
|
|||
|
||||
public class ItemLapotronicOrb extends ItemBattery {
|
||||
|
||||
// 400M capacity with 40k FE\t charge rate
|
||||
// 400M capacity with 100k FE\t charge rate
|
||||
public ItemLapotronicOrb() {
|
||||
super("lapotronicorb", ConfigTechReborn.LapotronicOrbMaxCharge, 40_000);
|
||||
super("lapotronicorb", ConfigTechReborn.LapotronicOrbMaxCharge, 100_000);
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue