{
  "format_version": "1.20.80",
  "minecraft:entity": {
    "description": {
      "identifier": "replay:armor_stand",
      "is_spawnable": false,
      "is_summonable": true,
      "is_experimental": false
    },

    "component_groups": {
      "arms": {
        "minecraft:armor_stand": {
          "show_arms": true
        }
      }
    },

    "components": {
      "minecraft:type_family": {
        "family": [
          "armor_stand"
        ]
      },

      "minecraft:collision_box": {
        "width": 0.5,
        "height": 1.975
      },

      "minecraft:health": {
        "value": 6,
        "max": 6
      },

      "minecraft:physics": {},

      "minecraft:pushable": {
        "is_pushable": false,
        "is_pushable_by_piston": false
      },

      "minecraft:nameable": {},

      "minecraft:movement": {
        "value": 0
      },

      "minecraft:inventory": {
        "inventory_size": 0,
        "can_be_siphoned_from": false
      },

      "minecraft:equippable": {
        "slots": [
          {
            "slot": 0,
            "accepted_items": [
              "*"
            ],
            "interact_text": "equip"
          },
          {
            "slot": 1,
            "accepted_items": [
              "*"
            ],
            "interact_text": "equip"
          },
          {
            "slot": 2,
            "accepted_items": [
              "*"
            ],
            "interact_text": "equip"
          },
          {
            "slot": 3,
            "accepted_items": [
              "*"
            ],
            "interact_text": "equip"
          },
          {
            "slot": 4,
            "accepted_items": [
              "*"
            ],
            "interact_text": "equip"
          }
        ]
      }
    },

    "events": {
      "minecraft:entity_spawned": {
        "add": {
          "component_groups": [
            "arms"
          ]
        }
      }
    }
  }
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: