MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more
snapshot

feather_falling.json0 B

Empty File
{
  "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
}