{ "type": "origins:invulnerability", "name": "Falling on your paws", "description": "You always land on your paws. That can't save you from too much height though.", "badges": [ { "type": "origins:tooltip", "sprite": "minecraft:textures/item/feather.png", "text": "No fall damage at all unless you fall from too high." } ], "condition": { "type": "origins:fall_distance", "comparison": "<=", "compare_to": 10 }, "damage_condition": { "type": "origins:in_tag", "tag": "minecraft:is_fall" } }