Remove some crap
This commit is contained in:
parent
3e99b11291
commit
d1ca1eaa74
11 changed files with 25 additions and 159 deletions
|
@ -0,0 +1,9 @@
|
|||
package techreborn.items.battery;
|
||||
|
||||
public class ItemLithiumBattery extends ItemBattery {
|
||||
|
||||
public ItemLithiumBattery() {
|
||||
super("lithiumBattery", 100000, 512, 1);
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue