Fix ObjectHolder reference for the Dark Matter Pickaxe, and commit the texture

This commit is contained in:
Pahimar 2014-07-15 08:22:24 -04:00
parent eae005aaab
commit a7a13d05a3
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,8 @@ public class ModItems
public static final ItemEE alchemicalTome = new ItemAlchemicalTome();
public static final ItemEE guide = new ItemGuide();
public static final ItemEE matter = new ItemMatter();
@GameRegistry.ObjectHolder(Names.Tools.DARK_MATTER_PICKAXE)
public static final ItemMatterPickAxe matterPickAxe = new ItemMatterPickAxe(Material.Tools.DARK_MATTER, 3);
public static void init()

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB