place_craftengine_block
Type: misc entry
Exact entry ID: place_craftengine_block
Role
This TypeWriter entry is registered in code with the exact display name Place a CraftEngine block at a location.
Verified fields
| Exact field | Type | Field guidance |
|---|---|---|
location | Var<Position> | Where to place the block. |
blockId | Var<String> | The CraftEngine block ID to place (e.g., 'namespace:block_id'). |
playSound | Boolean | Whether to play the block's placement sound. |
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 place_craftengine_block 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 | CraftEngineBlockActions.kt |