without experimental features, im not sure how to detect if an item is being used on a block. the exploding entity for the tnt block works, but im not sure how to trigger the block despawning and summoning the entity, i tried using an animation controller to check whether the player is using flint and steel, but then i ofc cant detect what block its being used on.
as to the 64x64 texture, i have a single texture in textures/blocks which i defined in terrain_texture.json, but when i map it to the block in blocks.json like so:
{
"format_version": "1.10.0",
"sample:custom_tnt_block": {
"textures": "custom_tnt_block"
}
}
the whole texture png is applied to each side like in the attached image