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

10 lines
440 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$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.",
2021-03-21 15:18:38 +01:00
"title": "Killed By Player",
"properties": { "condition": { "type": "string", "title": "Condition", "description": "TODO" } }
2020-11-01 17:22:42 +01:00
}