replace_nexo_block
Type: misc entry
Exact entry ID: replace_nexo_block
Role
This TypeWriter entry is registered in code with the exact display name Replace the block or furniture at a location with another one.
Verified fields
| Exact field | Type | Field guidance |
|---|---|---|
location | Var<Position> | The location to replace. Bind it to the position of the triggering event. The yaw is used to orient furniture. |
replaceWith | NexoBlockReplacement | What the location should be replaced with. |
blockId | Var<String> | The Nexo block ID to place (e.g., 'my_block'). Only used for custom blocks. |
furnitureId | Var<String> | The Nexo furniture ID to place (e.g., 'my_chair'). Only used for furniture. |
material | Material | The vanilla material to place. Only used for vanilla 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 replace_nexo_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-NexoExtension | ReplaceBlockActionEntry.kt |