Jump to content

Recommended Posts

Posted

Your probably gonna say update to a newer version but im using 1.7.10 because other mod makers use that version for rpg & im using this code for all items BUT changing item name & stuff and it wont work

 

package com.devcold211.roleplaycraft.items;

import com.devcold211.roleplaycraft.items.RoleplayIngot;

import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
import com.devcold211.roleplaycraft.string.string;

import cpw.mods.fml.common.registry.GameRegistry;

public class RoleplayIngot {

    public static Object RoleplayIngot;

    public static void init(){
        RoleplayIngot = new RoleplayIngot(); {
            GameRegistry.registerItem((Item) RoleplayIngot, "RoleplayIngot");
        }
    }
}
 

Posted

1.7.10 is no longer supported on this forum due to its age.

Please update to receive support.

(No, "I need to use this version because of this other mod" is not an exception)

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.