I have an item which has two render passes, and I would like to make the second render pass be full-bright. I did this in 1.7.10 using an IItemRenderer but since that was removed I can't use it. Is there a way to do this with JSON or do have to use some hacky way of doing it? Heres my current JSON file:   {     "parent" : "item/generated",     "textures" : {         "layer0" : "EnchantedAura:items/CrystalCircuit",         "layer1" : "EnchantedAura:items/CrystalCircuitOverlay"     } }