Remove some crap

This commit is contained in:
Prospector 2016-04-24 10:57:44 -07:00
parent 3e99b11291
commit d1ca1eaa74
11 changed files with 25 additions and 159 deletions

View file

@ -0,0 +1,9 @@
package techreborn.items.battery;
public class ItemLithiumBattery extends ItemBattery {
public ItemLithiumBattery() {
super("lithiumBattery", 100000, 512, 1);
}
}