Advertisement
Guest User

ItemStarchip

a guest
Oct 24th, 2011
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. package net.minecraft.src;
  2.  
  3. public class ItemStarchip extends Item
  4. {
  5.     public ItemStarchip(int i)
  6.     {
  7.         super(i);
  8.         maxStackSize = 64;
  9.     }
  10. }
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement