palmerjj01

Custom Staff

Oct 12th, 2014
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. package palmerjj01.YoshiCraft.Items;
  2.  
  3. import net.minecraft.item.Item;
  4.  
  5. public class KingYoshiStaff extends Item {
  6. public KingYoshiStaff(){
  7.  
  8. this.setFull3D();
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment