Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.vashmeed.someores.items.base;
- import com.vashmeed.someores.blocks.CopperOre;
- import com.vashmeed.someores.items.CopperIngot;
- import net.minecraft.item.Item;
- public class Items extends Item {
- public Items() {
- super();
- }
- public static CopperIngot copper_ingot;
- public static void init() {
- copper_ingot = new CopperIngot();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement