I've seen this a lot on these forums lately, I know. But for some reason I can't get the texture to appear for my item, and the explanations that worked for others haven't worked for me.
the code is at:
https://github.com/geekman9097/Logisticraft/tree/master/src/main
and I'm using CJMinecraft's 1.10 tutorial, although that version number may have something to do with it as well.
json:
{
"parent": "item/generated",
"textures": {
"layer0": "logisticraft:items/pitch_glob"
}
}