Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package passage.extrafurniture.item;
- import net.minecraft.creativetab.CreativeTabs;
- import net.minecraft.item.Item;
- public final class ModItems {
- public static Item testItem;
- public static final void init()
- {
- testItem = new Item().setUnlocalizedName("testItem").setCreativeTab(CreativeTabs.MISC);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment