Added some textures
Added Tree Tap Added Tree Tap logic
This commit is contained in:
parent
0cf477dd89
commit
0522e9539f
10 changed files with 92 additions and 37 deletions
|
@ -73,6 +73,7 @@ public class ModItems {
|
|||
public static Item bucketTritium;
|
||||
public static Item bucketWolframium;
|
||||
public static Item reBattery;
|
||||
public static Item treeTap;
|
||||
|
||||
public static Item upgrades;
|
||||
|
||||
|
@ -125,6 +126,8 @@ public class ModItems {
|
|||
GameRegistry.registerItem(uuMatter, "uumatter");
|
||||
reBattery = PoweredItem.createItem(ItemReBattery.class);
|
||||
GameRegistry.registerItem(reBattery, "rebattery");
|
||||
treeTap = new ItemTreeTap();
|
||||
GameRegistry.registerItem(treeTap, "treetap");
|
||||
|
||||
// upgrades = new ItemUpgrade();
|
||||
// GameRegistry.registerItem(upgrades, "upgrades");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue