Files
2022-07-22 19:41:04 +02:00

11 lines
437 B
JSON

{
"$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": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
}
}