Commands kill box is too big and I don't understand why.
I am trying to make fire vents that kill you if you touch the fire. I am using this command
execute as @e[tag=Vent] at @s run kill @a[dx=4,dz=0.1]
If you even slightly touch the block that goes along the x axis in front of the vent you die immediately. I would like to make the area smaller but I don't know how. If you also have any ideas on how to make the command work omnidirectionally based on which way the entity with the "Vent" tag is looking that would be very nice.