Revert a shit load of stuff
This commit is contained in:
parent
1acacd811b
commit
d25bb23e8e
327 changed files with 2470 additions and 1680 deletions
10
src/main/java/techreborn/items/battery/ItemLapotronOrb.java
Normal file
10
src/main/java/techreborn/items/battery/ItemLapotronOrb.java
Normal file
|
@ -0,0 +1,10 @@
|
|||
package techreborn.items.battery;
|
||||
|
||||
import techreborn.config.ConfigTechReborn;
|
||||
|
||||
public class ItemLapotronOrb extends ItemBattery {
|
||||
|
||||
public ItemLapotronOrb() {
|
||||
super("lapotronicorb", ConfigTechReborn.LapotronicOrbMaxCharge, 10000, 2);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue