Guest User

bettertoolmaterialsfile

a guest
Oct 25th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. package dem.tutorialmod.init;
  2.  
  3. import net.minecraft.item.Item.ToolMaterial;
  4. import net.minecraftforge.common.util.EnumHelper;
  5.  
  6. public class BetterToolMaterials
  7. {
  8. public static ToolMaterial PLATINUM = EnumHelper.addToolMaterial("PLATINUM", 2, 400, 6.0F, 2.0F, 5);
  9. public static ToolMaterial DEMIUM = EnumHelper.addToolMaterial("DEMIUM", 3, 2000, 12.0F, 11.0F, 5);
  10. public static ToolMaterial OLLIUM = EnumHelper.addToolMaterial("OLLIUM", 3, 500, 7.0F, 6.0F, 5);
  11. }
Add Comment
Please, Sign In to add comment