gt22

Item

Jul 1st, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. package com.author.modid.items;
  2.  
  3. import DummyCore.Client.IconRegister;
  4.  
  5. public class TestItem extends ItemBase{
  6.  
  7.     public TestItem() {
  8.         super("TestItem");
  9.     }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment