#Is it possible to make a command block have a custom model if it is always active?

5 messages · Page 1 of 1 (latest)

hushed flax
#

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"
    }
  ]
}
timid haloBOT
#
Welcome to the help forum!

Please make sure to read #1029373817119838218 as it may answer your question!

Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.

hidden spear
#

(assets/minecraft/blockstates)

hushed flax