Refactoring block
This commit is contained in:
11
source/behavior/blocks/format/components/on_placed.json
Normal file
11
source/behavior/blocks/format/components/on_placed.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.on_placed",
|
||||
"type": "object",
|
||||
"title": "On Placed 1.17.0",
|
||||
"description": "Describes event for this block.",
|
||||
"properties": {
|
||||
"condition": { "type": "string", "default": "", "description": "The condition of event to be executed on the block.", "title": "Condition" },
|
||||
"event": { "type": "string", "default": "", "description": "The event executed on the block.", "title": "Event" },
|
||||
"target": { "type": "string", "default": "self", "description": "The target of event executed on the block.", "title": "Target" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user