Added Hoe,Shovel, and Axe Class files, Updated Blessed Sword and Tainted Sword Textures.
This commit is contained in:
16
src/divine_equipment/items/blessed/BlessedDiamondAxe.java
Normal file
16
src/divine_equipment/items/blessed/BlessedDiamondAxe.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package items.blessed;
|
||||
|
||||
import net.minecraft.creativetab.CreativeTabs;
|
||||
import net.minecraft.item.EnumToolMaterial;
|
||||
import net.minecraft.item.ItemAxe;
|
||||
|
||||
/**
|
||||
* User: Orthus
|
||||
* Date: 10/8/13
|
||||
*/
|
||||
public class BlessedDiamondAxe extends ItemAxe {
|
||||
public BlessedDiamondAxe(int par1, EnumToolMaterial par2EnumToolMaterial) {
|
||||
super(par1, par2EnumToolMaterial);
|
||||
setCreativeTab(CreativeTabs.tabTools);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user