Posted May 31, 20169 yr Textures from my custom crops are not recognized by Waila. BlockState JSON: { "variants": { "age=0": { "model": "agriculturalexpansion:crop0" }, "age=1": { "model": "agriculturalexpansion:crop1" }, "age=2": { "model": "agriculturalexpansion:crop2" }, "age=3": { "model": "agriculturalexpansion:crop3" }, "age=4": { "model": "agriculturalexpansion:crop4" }, "age=5": { "model": "agriculturalexpansion:crop5" }, "age=6": { "model": "agriculturalexpansion:resource_crop6" }, "age=7": { "model": "agriculturalexpansion:resource_crop7" } } } ModelBlock JSON: Every stage has a different json. { "parent": "block/cross", "textures": { "cross": "agriculturalexpansion:blocks/crop0" } } In game all the textures work, only waila does not recognize them. I tried to implement IWailaDataProvider but it didn't work.
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.