Added some textures

Added Tree Tap
Added Tree Tap logic
This commit is contained in:
gigabit101 2016-02-20 22:50:24 +00:00
parent 0cf477dd89
commit 0522e9539f
10 changed files with 92 additions and 37 deletions

View file

@ -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");