Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package items;
- import com.ModMCdl.ThaumicContinuum.Reference;
- import com.ModMCdl.ThaumicContinuum.ThaumicContinuum;
- import net.minecraft.item.Item;
- public class ItemDpetal extends Item {
- public ItemDpetal() {
- setUnlocalizedName(Reference.ThaumicContinuumItems.DPETAL.getUnlocalizedName());
- setRegistryName(Reference.ThaumicContinuumItems.DPETAL.getRegistryName());
- setCreativeTab(ThaumicContinuum.tabMtc);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment