Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/events/set_block.json
2022-06-07 21:39:02 +02:00

9 lines
344 B
JSON

{
"$id": "blockception.minecraft.behavior.block.events.set_block",
"type": "object",
"description": "Sets this block to another block type.",
"title": "Set Block",
"additionalProperties": false,
"properties": { "block_type": { "type": "string", "default": "", "description": "The type of block to set.", "title": "Block Type" } }
}