Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.da.items;
- import net.minecraft.creativetab.CreativeTabs;
- import net.minecraft.item.Item;
- public class divineCore extends Item {
- public divineCore() {
- this.setUnlocalizedName("DivineCore");
- this.setRegistryName("divineCore");
- this.setCreativeTab(CreativeTabs.MISC);
- }
- }
Add Comment
Please, Sign In to add comment