2021-06-06 10:07:19 +00:00
|
|
|
{
|
|
|
|
|
"$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",
|
2021-07-01 16:35:56 +02:00
|
|
|
"properties": {
|
2021-07-01 16:37:41 +02:00
|
|
|
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
2021-07-01 16:35:56 +02:00
|
|
|
}
|
2021-06-06 10:07:19 +00:00
|
|
|
}
|