Jump to content

ModLoader.addName() and addOverride do nothing.


plutgamer

Recommended Posts

I'm a forge noob.

I wanted to code an item, but nothing works, the sprite override and the name don't work.

This ingame "/give" name is item.unbreakableIngot.name and this inventory name is just an empty String.

Here is my code:

 

mod_ExtendedItems.java:

package net.minecraft.src;

public class mod_ExtendedItems extends BaseMod {
public static final Item unbreakableIngot = new ItemUnbreakableIngot(150).setItemName("UnbreakableIngot");

@Override
public String getVersion() {
	return "0.1";
}

@Override
public void load() {
	ModLoader.addName(unbreakableIngot, "Unbreakable Ingot");
	unbreakableIngot.iconIndex = ModLoader.addOverride("/gui/items.png", "/ExtendedItems/Items/unbreakableingot.png");
}
}

 

ItemUnbreakableIngot.java:

package net.minecraft.src;

public class ItemUnbreakableIngot extends Item {
protected ItemUnbreakableIngot(int itemID) {
	super(itemID);
}

}

 

I don't know what I'm doing wrong.

And if I place the png in the wrong place (mcp70a/jars/bin/mods/ExtendedItems/Items/unbreakableingot.png), can anyone tell me where I have to put it?

My code is in the

net.minecraft.src

package if you didn't notice.

Link to comment
Share on other sites

Good to know that i'm not the only one with this problem. I used the exact same code (.addName() and .addOverride) as 1.2.5, fml/mcp doesn't give me any errors and the image and name won't load. It seems the fml isn't picking up these overrides, for one item it used an image from minecraft's items.png. I'm using 3.0.20.251 for 1.3.1.

width=800 height=449https://dl.dropbox.com/u/45513981/Images/2012-08-13_20.42.18.png[/img]

        ModLoader.addName(cannedspag, "Can of Spagetti");
cannedspag.iconIndex = ModLoader.addOverride("/gui/items.png", "/DayZ/cannedspag.png");

 

Hmm i'm gonna try forge build 181.

Link to comment
Share on other sites

Good to know that i'm not the only one with this problem. I used the exact same code (.addName() and .addOverride) as 1.2.5, fml/mcp doesn't give me any errors and the image and name won't load. It seems the fml isn't picking up these overrides, for one item it used an image from minecraft's items.png. I'm using 3.0.20.251 for 1.3.1.

width=800 height=449https://dl.dropbox.com/u/45513981/Images/2012-08-13_20.42.18.png[/img]

        ModLoader.addName(cannedspag, "Can of Spagetti");
cannedspag.iconIndex = ModLoader.addOverride("/gui/items.png", "/DayZ/cannedspag.png");

 

Hmm i'm gonna try forge build 181.

 

Thanks for the reply, I hope this get fixed soon. At least I can port it to ModLoader only and then back to Forge, so I can continue developing.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Turning the Tables: My Journey to Reclaim Stolen Bitcoins with Expert Help. When my Bitcoin wallet was hacked and my entire cryptocurrency portfolio was stolen, I felt utterly devastated and hopeless. Having worked hard to build up my digital assets, the sudden loss was gut-wrenching. It felt like my financial future had been ripped away in an instant, leaving me overwhelmed by a sense of betrayal and despair. In my search for help, I discovered TECH CYBER FORCE Recovery, a renowned cybersecurity firm specializing in cryptocurrency recovery. I was met with professionalism and empathy from my first contact with them. The team demonstrated a steadfast commitment to helping me retrieve my stolen Bitcoins. They understood the emotional toll of my situation and approached my case with genuine concern. TECH CYBER FORCE Recovery swung into action immediately, leveraging its extensive expertise in blockchain forensics and hacker tracking techniques. Their process was meticulous. They analyzed my transaction history, followed the digital trail left by the hackers, and worked diligently to pinpoint the location of the stolen funds. I was impressed by their technical prowess; they employed advanced cryptographic methods and strategic negotiations with the perpetrators, all while keeping me informed about their progress. The recovery process was complex and fraught with challenges. However, the tenacity displayed by the team was truly awe-inspiring. They navigated cryptocurrency crime's murky and ever-evolving landscape with skill and determination. After a series of strategic moves, they managed to recover the majority of my Bitcoins successfully.  
    • I removed giacomos_hud, oculus, (dont know what you mean with iris), enhanced_boss_bars, epicfight and essential.  Server still doesnt want to boot. new logs after removing: https://pastebin.com/LuM2PFtN I dont quite understand the "server side" and "client side" difference..
    • There are client side only mods in your server files   Remove giacomos_hud, oculus, iris, enhanced_boss_bars and epicfight You can keep these mods in your client Maybe also remove essentials
    • Here is my Log with java 17: https://pastebin.com/RPdWSjwq
    • Been working on creating a server for this mod, but i keep getting this error over and over again.  I have tried updating/changing the Forge launcher, Removing/replacing the ops.json and whitelist.json folders, and removing certain mods. Crash report log: https://pastebin.com/Bu046cVq Debug.log https://pastebin.com/7hKm40ke Latest.log https://pastebin.com/nCRLUH3b any help would be great thanks!
  • Topics

×
×
  • Create New...

Important Information

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