Files
minecraft-bedrock-json-schemas/source/behaviour/loot_tables/conditions/killed_by_player.json
2021-02-01 18:39:12 +01:00

16 lines
468 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.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"
}
}
}