Jump to content

Mechtecs

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • URL
    http://mechtecs.tk
  • Location
    Germany
  • Personal Text
    Excase me SÄR!

Mechtecs's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Updated (on github too) still not working
  2. It's not even loading the Inventory definitions. That's the problem I wanted to do the age after that
  3. This is jus an Idea, but you could try to hook you on a BlockDestructionEvent and check if the player is holding the tool. Greetz Mechtecs
  4. Mechtecs

    SOLVED

    I'm stuck at the moment on my mod. I created some crop and seed items. The functionality works (placing etc.) but the texture isn't showing up. You can inspect the code here: https://github.com/Mechtecs/organics-mod/tree/master and download the mod here: http://mechtecs.tk:8080/job/Organics-Mod/ . I hope you guys can help me The error log is here: [13:31:32] [Client thread/ERROR] [FML]: Model definition for location organicsmod:tile.tomatoCropB#age=0 not found [13:31:32] [Client thread/ERROR] [FML]: Model definition for location organicsmod:tile.tomatoCropB#age=1 not found [13:31:32] [Client thread/ERROR] [FML]: Model definition for location organicsmod:tile.tomatoCropB#age=2 not found [13:31:32] [Client thread/ERROR] [FML]: Model definition for location organicsmod:tile.tomatoCropB#age=3 not found [13:31:32] [Client thread/ERROR] [FML]: Model definition for location organicsmod:item.tomatoSeeds#inventory not found [13:31:32] [Client thread/ERROR] [FML]: Model definition for location organicsmod:tile.tomatoCropB#inventory not found [13:31:32] [Client thread/ERROR] [FML]: Model definition for location organicsmod:tile.tomatoCropB#age=4 not found [13:31:32] [Client thread/ERROR] [FML]: Model definition for location organicsmod:tile.tomatoCropB#age=5 not found [13:31:32] [Client thread/ERROR] [FML]: Model definition for location organicsmod:item.tomatoCrop#inventory not found [13:31:32] [Client thread/ERROR] [FML]: Model definition for location organicsmod:tile.tomatoCropB#age=6 not found [13:31:32] [Client thread/ERROR] [FML]: Model definition for location organicsmod:tile.tomatoCropB#age=7 not found P.S.: I cant use the tags on Linux. Dont know why Edit: Remade the whole Mod. Still error: [16:04:49] [Client thread/ERROR] [FML]: Model definition for location organicmod:tile.tomato_crop_block#age=1 not found [16:04:49] [Client thread/ERROR] [FML]: Model definition for location organicmod:tile.tomato_crop_block#age=0 not found [16:04:49] [Client thread/ERROR] [FML]: Model definition for location organicmod:tile.tomato_crop_block#inventory not found [16:04:49] [Client thread/ERROR] [FML]: Model definition for location organicmod:tile.tomato_crop_block#age=7 not found [16:04:49] [Client thread/ERROR] [FML]: Model definition for location organicmod:tile.tomato_crop_block#age=6 not found [16:04:49] [Client thread/ERROR] [FML]: Model definition for location organicmod:tile.tomato_crop_block#age=5 not found [16:04:49] [Client thread/ERROR] [FML]: Model definition for location organicmod:tile.tomato_crop_block#age=4 not found [16:04:49] [Client thread/ERROR] [FML]: Model definition for location organicmod:item.tomato_seeds#inventory not found [16:04:49] [Client thread/ERROR] [FML]: Model definition for location organicmod:item.tomato_crop#inventory not found [16:04:49] [Client thread/ERROR] [FML]: Model definition for location organicmod:tile.tomato_crop_block#age=3 not found [16:04:49] [Client thread/ERROR] [FML]: Model definition for location organicmod:tile.tomato_crop_block#age=2 not found
×
×
  • Create New...

Important Information

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