⨠Wall Torch Particle Block
Wall Torch Particle Block spawns particle effects at a fixed interval, like a wall torch emitting smoke. The facing direction is used to orient particle positions â particles rotate with the block.
| Property Name | Property Type | Required |
|---|---|---|
| facing | direction | yes |
Exampleâ
blocks:
default:amethyst_wall_torch:
behavior:
type: wall_torch_particle_block
tick_interval: 10 # how often particles spawn, in ticks (default 10)
particles:
- particle: smoke # particle type ID (required)
x: 0.5 # spawn position x (default 0)
y: 0.7 # spawn position y (default 0)
z: 0.5 # spawn position z (default 0)
count: 1 # particles per spawn (default 1)
offset_x: 0 # random x spread (default 0)
offset_y: 0 # random y spread (default 0)
offset_z: 0 # random z spread (default 0)
speed: 0 # particle speed (default 0)
