Skip to content

Instantly share code, notes, and snippets.

@Arjol27
Created November 5, 2016 09:57
Show Gist options
  • Save Arjol27/db98563fdbca7efde297fa271bbab1ae to your computer and use it in GitHub Desktop.
Save Arjol27/db98563fdbca7efde297fa271bbab1ae to your computer and use it in GitHub Desktop.
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);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment