I'm making a Command block texture pack that turns command blocks into servers, and I want an indicator light that shows the data of the command block. The indicators for what type of command block it is and if it's conditional work, but I can't make the red idicator turn on when it's Always Active or {auto:1b}. Heres the code I'm using to try and make it work, the other indicators use other stuff.
{
"parent":"block/server_block",
"textures":{
},
"overrides":[
{
"predicate":{
"auto":1
},
"model":"block/server_block_auto"
}
]
}