I am new to creating bedrock resource packs and I am converting a Java pack to a Bedrock pack. In the java pack, it utilizes the different noteblock states to display a different texture
Example: "variants": { "instrument=banjo,note=0,powered=false": { "model": "minecraft:blocks/stone_0" },
So my Question is: is there a bedrock equivalent to this?