{
  "type": "create:sequenced_assembly",
  "ingredient": {
    "tag": "forge:plates/brass"
  },
  "transitionalItem": {
    "item": "cgs:shell_shotgun"
  },
  "sequence": [
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "cgs:shell_shotgun"
        },
        {
          "item": "cgs:press_form_shotgun"
        }
      ],
      "results": [
        {
          "item": "cgs:shell_shotgun"
        }
      ],
      "keepHeldItem": true
    },
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "cgs:shell_shotgun"
        },
        {
          "item": "minecraft:gunpowder"
        }
      ],
      "results": [
        {
          "item": "cgs:shell_shotgun"
        }
      ]
    },
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "cgs:shell_shotgun"
        },
        {
          "tag": "forge:nuggets/copper"
        }
      ],
      "results": [
        {
          "item": "cgs:shell_shotgun"
        }
      ]
    },
    {
      "type": "create:deploying",
      "ingredients": [
        {
          "item": "cgs:shell_shotgun"
        },
        {
          "tag": "forge:nuggets/lead"
        }
      ],
      "results": [
        {
          "item": "cgs:shell_shotgun"
        }
      ]
    }
  ],
  "results": [
    {
      "item": "cgs:round_shotgun",
      "count": 2,
      "chance": 100.0
    }
  ],
  "loops": 1
}
