#is there a Blockstates/note_block.json equivalant in Bedrock?

1 messages · Page 1 of 1 (latest)

tepid hamlet
#

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?

tepid hamlet
#

saw a reddit comment that said it blockstates arent a thing in Bedrock. Is this still true?