Machine Gun Round
16×16 · BAKED

item· Other

Machine Gun Round

Create Big Cannons · by rbasamoyai
item Autocannon Cartridges

Machine Gun Round is a item from Create Big Cannons, crafted from Partially Assembled Machine Gun Round, Pinch of Gunpowder, and Copper Nugget. _Cheaper_ autocannon ammunition that is more effective against _entities._ MACHINE GUN ROUND.

Function

_Cheaper_ autocannon ammunition that is more effective against _entities._ MACHINE GUN ROUND

Acquisition

Sequenced Assembly: Start with Partially Assembled Machine Gun Round, carried through each pass. process 1× through: Deploying with Pinch of Gunpowder; then Deploying with Copper Nugget. Most likely produces Machine Gun Round, with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

  1. Deploying + Pinch of Gunpowder
  2. Deploying + Copper Nugget
Machine Gun Round Machine Gun Round guaranteed

Crafting using Copper Nugget, Any Gunpowder and Empty Machine Gun Round, arranged in the pattern shown. Produces Machine Gun Round.

Crafting
Copper Nugget
Any Gunpowder
Empty Machine Gun Round
Machine Gun Round Machine Gun Round guaranteed
Developer reference
Registry name
createbigcannons:machine_gun_round
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (1)
createbigcannons:items/autocannon_cartridges

Recipe JSON (2):

{
  "recipe_type": "create:sequenced_assembly",
  "pattern": null,
  "ingredients": {
    "item": "createbigcannons:empty_machine_gun_round"
  },
  "conditions": [],
  "sequence": {
    "loops": 1,
    "sequence": [
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "createbigcannons:partially_assembled_machine_gun_round",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "createbigcannons:partially_assembled_machine_gun_round"
          },
          {
            "tag": "createbigcannons:gunpowder_pinch"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "createbigcannons:partially_assembled_machine_gun_round",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "createbigcannons:partially_assembled_machine_gun_round"
          },
          {
            "tag": "forge:nuggets/copper"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "B",
    "P",
    "C"
  ],
  "ingredients": {
    "B": {
      "tag": "forge:nuggets/copper"
    },
    "C": {
      "item": "createbigcannons:empty_machine_gun_round"
    },
    "P": {
      "tag": "createbigcannons:gunpowder"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}