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

11 lines
365 B
JSON
Raw Normal View History

{
"$id": "blockception.minecraft.behavior.condition.is_baby",
"type": "object",
"additionalProperties": false,
"description": "Allows checking if the entity that is dropping loot is a baby",
"title": "Is Baby",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
}
}