Jump to content

[1.8] bow texture wont get loaded.


kriegnes

Recommended Posts

When i start minecraft this error appeares in the console:

[Client thread/ERROR] [FML]: Model definition for location minecraft:kriegnesmod_schwarzerbow_pulling_1#inventory not found

Someone told me that miencraft cant find the json file. but how can i fix it? i think i wrote everything right and there are no errors with pulling 0 or 2.

My codes:

http://pastebin.com/s71bXUHb

http://pastebin.com/u6rsXcBg

http://pastebin.com/isvaaYki

http://pastebin.com/ZPswC2nG

 

my files and stuff:

http://pastebin.com/YMDhU4VM

Im not a native speaker so plserino no haterino

Link to comment
Share on other sites

Yeah that guide was written for an older build of 1.8.  The most recent recommended Forge build very unhelpfully hides all the error messages, in particular the file not founds which give most of the diagnostic information.

 

The problem is here

GameRegistry.registerItem(schwarzerdiamantbogen, "schwarzerdiamantbogen");

                ModelBakery.addVariantName(schwarzerdiamantbogen, "kriegnesmod:schwarzerbow_standby", "kriegnesmod:schwarzerbow_pulling_0", "kriegnesmod_schwarzerbow_pulling_1", "kriegnesmod:schwarzerbow_pulling_2");

 

spot the difference kriegnesmod_schwarzerbow_pulling_1

 

Whenever you have a error like this with three identical objects, where two of them work fine and the other doesn't, a careful comparison will nearly always show you the problem very quickly.

 

-TGG

 

Link to comment
Share on other sites

uisshh

 

the minecraft is loking for the texture in the minecrafts textures folder not in your mod textures folder coz you declare the texture begining whith minecraft:

 

"minecraft:kriegnesmod_schwarzerbow_pulling_1"

 

and must be "yourmod:kriegnesmod_schwarzerbow_pulling_1"

 

thx but i cant find something called "minecraft:kriegnesmod_schwarzerbow_pulling_1"

and there are no errors with pulling 1.

the texture is only missing in standby mode.

Im not a native speaker so plserino no haterino

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.