Overcharged Diamond Wire
16×16 · BAKED

item· Other

Overcharged Diamond Wire

Create: New Age · by Antarctic Gardens
item

Overcharged Diamond Wire is an item from Create: New Age, crafted from Incomplete Wire.

Acquisition

Sequenced Assembly: Start with Incomplete Wire, carried through each pass. process 3× through: Cutting; then Energising. Most likely produces Overcharged Diamond Wire, with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 3×:

  1. Cutting
  2. Energising
Overcharged Diamond Wire Overcharged Diamond Wire ×2 guaranteed

Crafting using Overcharged Diamond Wire Block, in any arrangement. Produces 4× Overcharged Diamond Wire.

Crafting ⇆ any arrangement
Overcharged Diamond Wire Block
Overcharged Diamond Wire Overcharged Diamond Wire ×4 guaranteed

Used in

Crafting using Overcharged Diamond Wire, Overcharged Diamond Wire, Overcharged Diamond Wire and Overcharged Diamond Wire, arranged in the pattern shown. Produces Overcharged Diamond Wire Block.

Crafting
Overcharged Diamond Wire
Overcharged Diamond Wire
Overcharged Diamond Wire
Overcharged Diamond Wire
Overcharged Diamond Wire Block Overcharged Diamond Wire Block guaranteed
Developer reference
Registry name
create_new_age:overcharged_diamond_wire
Namespace
create_new_age
Mod ID
create_new_age

Recipe JSON (2):

{
  "recipe_type": "create:sequenced_assembly",
  "pattern": null,
  "ingredients": {
    "item": "create_new_age:overcharged_diamond"
  },
  "conditions": [],
  "sequence": {
    "loops": 3,
    "sequence": [
      {
        "type": "create:cutting",
        "results": [
          {
            "item": "create_new_age:incomplete_wire",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "create_new_age:incomplete_wire"
          }
        ]
      },
      {
        "type": "create_new_age:energising",
        "results": [
          {
            "item": "create_new_age:incomplete_wire",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "create_new_age:incomplete_wire"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "create_new_age:overcharged_diamond_wire_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}