Posted May 14, 201510 yr 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
May 14, 201510 yr Hi This link might help http://greyminecraftcoder.blogspot.com.au/2015/03/troubleshooting-block-and-item-rendering.html -TGG
May 14, 201510 yr Author thx but i already looked at it. he said if its not an FileNotFoundException error he doesnt know how to fix it. Im not a native speaker so plserino no haterino
May 15, 201510 yr 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
May 15, 201510 yr Author thx ^^ but when im just holding it in my hand the texture is still missing. when using the bow or throwing it on the ground the texture is there. Im not a native speaker so plserino no haterino
May 15, 201510 yr Hi This tutorial project shows how to register a "non-pulling" model properly https://github.com/TheGreyGhost/MinecraftByExample/tree/master/src/main/java/minecraftbyexample/mbe12_item_nbt_animate and in particular https://github.com/TheGreyGhost/MinecraftByExample/blob/master/src/main/java/minecraftbyexample/mbe12_item_nbt_animate/StartupClientOnly.java -TGG
May 18, 201510 yr Author sry but i still dont get my mistake there is no error anymore and i am sure that the mistake is somewhere at schwarzerbow_standby. but i just can find it. my schwarzerbow_standby.json http://pastebin.com/ZPswC2nG Im not a native speaker so plserino no haterino
May 20, 201510 yr Author ill just push it... tried on 3 different sites and nobody seems to be able to help me that must be a really stupid error. Im not a native speaker so plserino no haterino
May 20, 201510 yr 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"
May 21, 201510 yr Author 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
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.