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