Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/conditions/killed_by_player.json

9 lines
400 B
JSON
Raw Normal View History

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-06-16 16:19:12 +02:00
"properties": { "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" } }
2021-06-06 10:07:19 +00:00
}