You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
398 B
JSON
15 lines
398 B
JSON
{
|
|
"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.",
|
|
"condition": {
|
|
"type": "origins:fall_distance",
|
|
"comparison": "<=",
|
|
"compare_to": 10
|
|
},
|
|
"damage_condition": {
|
|
"type": "origins:in_tag",
|
|
"tag": "minecraft:is_fall"
|
|
}
|
|
}
|