Hello! So I created this custom block display command that I want to use as the texture for a custom bow, how would I use the block display as a texture? Here's the command I created if it's helpful:
/summon block_display ~-0.5 ~-0.5 ~-0.5 {Passengers:[{id:"minecraft:block_display",block_state:{Name:"minecraft:red_wool",Properties:{}},transformation:[0.5000f,0.0000f,0.0000f,0.0161f,0.0000f,0.5000f,0.0000f,0.0000f,0.0000f,0.0000f,0.5000f,0.0000f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:red_nether_bricks",Properties:{}},transformation:[0.1768f,-0.1768f,0.0000f,0.2661f,0.1768f,0.1768f,0.0000f,0.0938f,0.0000f,0.0000f,0.2500f,0.5000f,0.0000f,0.0000f,0.0000f,1.0000f]} (command continues... you get the idea)
I am also using block-display.com which has other export options like mcfunction if that would be easier.
/summon block_display ~-0.5 ~-0.5 ~-0.5 {Passengers:[{id:"minecraft:block_display",block_state:{Name:"minecraft:red_wool",Properties:{}},transformation:[0.5000f,0.0000f,0.0000f,0.0161f,0.0000f,0.5000f,0.0000f,0.0000f,0.0000f,0.0000f,0.5000f,0.0000f,0.0000f,0.0000f,0.0000f,1.0000f]},{id:"minecraft:block_display",block_state:{Name:"minecraft:red_nether_bricks",Properties:{}},transformation:[0.1768f,-0.1768f,0.0000f,0.2661f,0.1768f,0.1768f,0.0000f,0.0938f,0.0000f,0.0000f,0.2500f,0.5000f,0.0000f,0.0000f,0.0000f,1.0000f]} (command continues... you get the idea)
I am also using block-display.com which has other export options like mcfunction if that would be easier.