Issue description
Should be able to select break particle from all vanilla and modded block textures. It should be possible to do, here is an example:https://github.com/CrispyChips6660/AnotherEnchantMod/blob/fabric-1.15/src/main/resources/assets/another_enchant_mod/models/block/obsidian_pedestal.json#L6.
With this, the pedestal will have the break particles of the obsidian texture.
for manual coders, add this line to your json file's textures section
"particle": "yourmodidorminecraft:path/to/your/texture".
Don't include the .png of the texture, and remember to use proper json format (adjust the commas etc.)
run your json file through this tool to check for errors: https://jsonlint.com/
remember to lock your code and save.