Posted May 24, 201510 yr 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 Wot M8 gonna rek ya KAPPA
May 24, 201510 yr BlockCrops is providing age block states definitions, you either override it to not return block state variations, either create models for each age... Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
May 24, 201510 yr Author It's not even loading the Inventory definitions. That's the problem I wanted to do the age after that Wot M8 gonna rek ya KAPPA
May 24, 201510 yr It's not even loading the Inventory definitions. That's the problem I wanted to do the age after that Age is parsed first, so... Check out my mods: BTAM Armor sets Avoid Exploding Creepers Tools compressor Anti Id Conflict Key bindings overhaul Colourfull blocks Invisi Zones
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.