Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

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.

  • Author

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.

  • Author

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.

Resource domains are always lowercase, but you've named your directory assets/TestMod instead of assets/testmod.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

  • Author

I did that (just not updating in git) but its still coming up with the same error.

This is the item ingame: http://prntscr.com/9ubvzz

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.

  • Author

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.

  • Author

I did that, still not loading the texture. Its not loading the mcmod.info either

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.

  • Author

Thanks I'll try that

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.

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.