replace_itemsadder_block
Type: misc entry
Exact entry ID: replace_itemsadder_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. |
replaceWith | ItemsAdderBlockReplacement | What the location should be replaced with. |
blockId | Var<String> | The ItemsAdder block ID to place (e.g., 'namespace:block_id'). Only used for custom blocks. |
furnitureId | Var<String> | The ItemsAdder furniture ID to place (e.g., 'namespace:furniture_id'). Only used for furniture. |
material | Material | The vanilla material to place. Only used for vanilla blocks. |
playSound | Boolean | Whether to play the placement sound of the new block. Only used for custom 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_itemsadder_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-ItemsadderExtension | ReplaceBlockActionEntry.kt |