Skip to content

Example second Module based Animations

Smartin-b edited this page Sep 26, 2022 · 1 revision
{
  "Version": 1.0,
  "attributemap": {
    "single/head": {
      "single/spearhead": {
        "conditions": [
          {
            "type": "module",
            "key": "single/handle",
            "value": "single/light_handle",
            "config": {
              "scaleY": 1.75,
              "scaleZ": 1.5,
              "attributes": {
                "parent": "bettercombat:trident"
              }
            }
          },
          {
            "type": "module",
            "key": "single/handle",
            "value": "single/long_handle",
            "config": {
              "scaleY": 2.0,
              "scaleZ": 1.5,
              "attributes": {
                "parent": "bettercombat:spear"
              }
            }
          }
        ],
        "config": {
          "attributes": {
            "parent": "bettercombat:sword"
          }
        }
      }
    }
  }
}

Clone this wiki locally