{
    "type": "minecraft:crafting_shapeless",
    "ingredients": [
      "minecraft:jigsaw",
      "minecraft:<<item>>"
    ],
    "result": {
      "id": "minecraft:structure_block",
      "count": 1,
      "components": {
        "minecraft:item_model": "<<model>>",
        "minecraft:item_name": {
          "translate": "<<name>>"
        },
        "minecraft:lore": [
          {
            "translate": "lore.hats.suggestion",
            "with": [
              "<<credit>>"
            ],
            "color": "gray",
            "italic": false
          }, ""
        ],
        "minecraft:equippable": {
          "slot": "head",
          "dispensable": true,
          "swappable": true
        },
        "minecraft:custom_data": {
          "headgear": {}
        },
        "minecraft:max_stack_size": 1,
        "minecraft:rarity": "common"
      }
    }
  }
