Jump to content

[1.7.10] Resources not loading


Koenn

Recommended Posts

I made my first 1.7.10 mod, and i just added a test item. For some reason the resources (mcmod.info and textures) are not loading... I'm getting the following error:

[Client thread/ERROR] [TEXTURE ERRORS]:    The missing resources for domain testmod are:

[Client thread/ERROR] [TEXTURE ERRORS]:      textures/items/magic_wand.png

This is the code: https://github.com/Koennn/TestMod

I'm a plugin developer, and I just started modding. Don't blame me for doing things wrong, Forge is not the same as Bukkit.

Link to comment
Share on other sites

I removed the unlocalized name stuff, but it still comes up with an error:

[Client thread/ERROR] [TEXTURE ERRORS]:    The missing resources for domain minecraft are:

[Client thread/ERROR] [TEXTURE ERRORS]:      textures/items/magic_wand.png

Updated code: https://github.com/Koennn/TestMod/commit/f188e7f7b5ab201e479c26906d8519fdce688cb0

I'm a plugin developer, and I just started modding. Don't blame me for doing things wrong, Forge is not the same as Bukkit.

Link to comment
Share on other sites

Allright, did that but it comes up with this error again:

[Client thread/ERROR] [TEXTURE ERRORS]:    The missing resources for domain testmod are:

[Client thread/ERROR] [TEXTURE ERRORS]:      textures/items/magic_wand.png

Updated code: https://github.com/Koennn/TestMod/commit/bea00c35b3bb1c2192480f90a98e4e982d00cf83

I'm a plugin developer, and I just started modding. Don't blame me for doing things wrong, Forge is not the same as Bukkit.

Link to comment
Share on other sites

Did that, coming up with this now...

[21:22:44] [Client thread/WARN] [FML]: * Illegal extra prefix testmod for name testmod:magic_wand, invalid registry invocation/invalid name?

[21:22:44] [Client thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:809)

[21:22:44] [Client thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:149)

[21:22:44] [Client thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:137)

[21:22:44] [Client thread/WARN] [FML]: *  at me.koenn.mod.init.Items.init(Items.java:13)

[21:22:44] [Client thread/WARN] [FML]: *  at me.koenn.mod.TestMod.preInit(TestMod.java:23)

[21:22:44] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...

I'm a plugin developer, and I just started modding. Don't blame me for doing things wrong, Forge is not the same as Bukkit.

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.

Announcements



×
×
  • Create New...

Important Information

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