Advertisement
McScavenger

Untitled

Feb 7th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. package net.minecraft.src;
  2.  
  3. public class Item_IngotShinyGold extends Item
  4. {
  5. public Item_IngotShinyGold(int i)
  6. {
  7. super(i);
  8. maxStackSize = 64;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement