2021-08-22 00:15:58 +02:00
|
|
|
{
|
2022-06-07 21:39:02 +02:00
|
|
|
"$id": "blockception.minecraft.behavior.block.events.set_block",
|
2021-08-22 00:15:58 +02:00
|
|
|
"type": "object",
|
|
|
|
|
"description": "Sets this block to another block type.",
|
2022-06-07 21:39:02 +02:00
|
|
|
"title": "Set Block",
|
2021-08-22 00:15:58 +02:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": { "block_type": { "type": "string", "default": "", "description": "The type of block to set.", "title": "Block Type" } }
|
|
|
|
|
}
|