Revert "Revert a shit load of stuff"

This reverts commit d25bb23e8e.
This commit is contained in:
modmuss50 2016-07-01 15:55:37 +01:00
parent d25bb23e8e
commit 315c0aa509
327 changed files with 1686 additions and 2476 deletions

View file

@ -1,10 +0,0 @@
package techreborn.items.battery;
import techreborn.config.ConfigTechReborn;
public class ItemLapotronOrb extends ItemBattery {
public ItemLapotronOrb() {
super("lapotronicorb", ConfigTechReborn.LapotronicOrbMaxCharge, 10000, 2);
}
}