Jump to content

kriegnes

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by kriegnes

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

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

  3. I dont know why but when i place my block my texture is missing. i tried to make another block too and the same thing happened. i am sure that i wrote everything correctly but it just wont work.

    my error code looks like this:

    http://pastebin.com/eNNvUytZ

    my Main Class (dont mind the crafting stuff i know theres something wrong) :

    http://pastebin.com/Abv2vCxH

    src/main/java/de.kriegnes/KriegnesMod.java

    my block:

    http://pastebin.com/BAZRPbgG

    src/main/java/de.kriegnes.blocks/Blockschwarzerdiamantblock.java

    first json:

    http://pastebin.com/PkdzSewg

    src/main/resources/assets.kriegnesmod.blockstates/schwarzerdiamantblock.json

    second json:

    http://pastebin.com/82bA02Pq

    src/main/resources/assets.kriegnesmod.models.block/schwarzerdiamantblock.json

    third json:

    http://pastebin.com/1XPgs38h

    src/main/resources/assets.kriegnesmod.models.item/schwarzerdiamantblock.json

    texture location:

    src/main/resources/assets.kriegnesmod.textures.blocks/schwarzerdiamantblock.png

     

    i hope u can help me. really dont like the 1.8 update :/

     

     

  4. yeah i forgot about the en_US.lang :P

    i couldnt find anything wrong with the names so i deleted something and downloaded the workspace from then tutorial i watched. first it worked but then i changed a bit and it stopped working. i downloaded it again but now, even if i change nothing, the item is missing. (the other items are still there)

    looks like i will just delete everything and not only src. good that i still got my 1.7.10 version :P

×
×
  • Create New...

Important Information

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