on_craftengine_dispense_projectile_event
Type: misc entry
Exact entry ID: on_craftengine_dispense_projectile_event
Role
This TypeWriter entry is registered in code with the exact display name Triggers when a dispenser shoots a CraftEngine projectile.
Verified fields
| Exact field | Type | Field guidance |
|---|---|---|
itemId | String | The custom item ID shot (e.g., 'namespace:item_id'). Leave empty for any custom item. |
playerSearchRadius | Double | How far from the dispenser to look for the player the triggers run for, in blocks. |
In practice
Start with the required fields, save the TypeWriter page, and test this entry in the context that triggers it. Select dynamic values and references from the web interface when a selector is available.
Common issue
If on_craftengine_dispense_projectile_event is not available, check the installed extension version, the selected TypeWriter category, the exact identifier, and the extension dependencies. An entry from a Soon extension must not be used as an available feature.
Technical reference
| Source module | Source file |
|---|---|
TypeWriter-CraftEngineExtension | OnBlockDispenseProjectileEventEntry.kt |