MCMinecraft Assets Explorer

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

respiration.json0 B

Empty File
{
  "anvil_cost": 4,
  "description": {
    "translate": "enchantment.minecraft.respiration"
  },
  "effects": {
    "minecraft:attributes": [
      {
        "amount": {
          "type": "minecraft:linear",
          "base": 1.0,
          "per_level_above_first": 1.0
        },
        "attribute": "minecraft:oxygen_bonus",
        "id": "minecraft:enchantment.respiration",
        "operation": "add_value"
      }
    ]
  },
  "max_cost": {
    "base": 40,
    "per_level_above_first": 10
  },
  "max_level": 3,
  "min_cost": {
    "base": 10,
    "per_level_above_first": 10
  },
  "slots": [
    "head"
  ],
  "supported_items": "#minecraft:enchantable/head_armor",
  "weight": 2
}