Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package items;
- import com.WLLC.SurvivalApokalipseMOD.Reference;
- import net.minecraft.item.Item;
- public class ItemGenevirus extends Item{
- public ItemGenevirus() {
- setUnlocalizedName(Reference.SurvivalApokalipseMODItems.GENEVIRUS.getUnlocalizedName());
- setRegistryName(Reference.SurvivalApokalipseMODItems.GENEVIRUS.getRegistryName());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment