Advertisement
ZornTaov

ItemYOURITEM

Mar 11th, 2011
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. package net.minecraft.src;
  2. // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
  3. // Jad home page: http://www.kpdus.com/jad.html
  4. // Decompiler options: packimports(3) braces deadcode
  5.  
  6.  
  7. public class ItemYOURITEM extends Item
  8. {
  9.     public ItemYOURITEM(int i)
  10.     {
  11.         super(i);
  12.         maxStackSize = 64;
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement