Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/conditions/killed_by_entity.json
2024-11-18 15:33:19 +01:00

15 lines
545 B
JSON

{
"$id": "blockception.minecraft.behavior.condition.killed_by_entity",
"type": "object",
"additionalProperties": false,
"description": "Returns the condition true if the actor of the loot table is killed by a specific entity type.",
"title": "Killed By Entity",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"entity_type": {
"title": "Entity Type",
"description": "The entity type to match",
"type": "string"
}
}
}