10 lines
439 B
JSON
10 lines
439 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behavior.condition.killed_by_player",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.",
|
|
"title": "Killed By Player",
|
|
"properties": { "condition": { "type": "string", "title": "Condition", "description": "TODO" } }
|
|
}
|