I just would like to play a sound when I activate a "vsch:powerful_thruster_block" with redstone.
-I made a resourcepack with a sound
-It works.
Then :
-I can't code so I tried to make a datapack with the help of Chat GPT, but none of my approached failed.
-I tried to recognized the block state, for example I used the command setblock[lit... to place a block in an activated state, but the block always spawns unlit (neither "lit", or "powered" worked)
-I tried to use the NBT tags, but even doing what GPT said several different times to be sure, it failed
-I finally tried to scan the redstone blocks around but it also failed.
Is there a way to do so, or only the developer of the mod can fix it?