You've already forked minecraft-assets
Create/Update assets for version 1.21
This commit is contained in:
49
data/minecraft/enchantment/feather_falling.json
Normal file
49
data/minecraft/enchantment/feather_falling.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"anvil_cost": 2,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.feather_falling"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:damage_protection": [
|
||||
{
|
||||
"effect": {
|
||||
"type": "minecraft:add",
|
||||
"value": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 3.0,
|
||||
"per_level_above_first": 3.0
|
||||
}
|
||||
},
|
||||
"requirements": {
|
||||
"condition": "minecraft:damage_source_properties",
|
||||
"predicate": {
|
||||
"tags": [
|
||||
{
|
||||
"expected": true,
|
||||
"id": "minecraft:is_fall"
|
||||
},
|
||||
{
|
||||
"expected": false,
|
||||
"id": "minecraft:bypasses_invulnerability"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"max_cost": {
|
||||
"base": 11,
|
||||
"per_level_above_first": 6
|
||||
},
|
||||
"max_level": 4,
|
||||
"min_cost": {
|
||||
"base": 5,
|
||||
"per_level_above_first": 6
|
||||
},
|
||||
"slots": [
|
||||
"armor"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/foot_armor",
|
||||
"weight": 5
|
||||
}
|
||||
Reference in New Issue
Block a user