Steel Wire
immersiveengineering:wire_steel

Steel Wire

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
item Steel Wire

Acquisition

Rolling using no listed ingredients. Produces 2× Steel Wire.

Rolling conditional
Steel Wire Steel Wire ×2 guaranteed

Crafting using Any Steel Plate and Engineer's Wire Cutters, in any arrangement. Produces Steel Wire.

Crafting ⇆ any arrangement
Any Steel Plate
Engineer's Wire Cutters
Steel Wire Steel Wire guaranteed

Cutting using Any Steel Plate (50 ticks). Produces 2× Steel Wire.

Cutting conditional
Steel Wire Steel Wire ×2 guaranteed

Used in (2)

Crafting using Steel Wire, Steel Wire, Treated Stick, Steel Wire and Steel Wire, arranged in the pattern shown. Produces 4× Steel Cable Coil.

Crafting
Steel Wire
Steel Wire
Treated Stick
Steel Wire
Steel Wire
Steel Cable Coil Steel Cable Coil ×4 guaranteed

Crafting using Steel Wire, Any Steel Plate, Steel Wire, Treated Wood Fence, Steel Wire and Treated Wood Fence, arranged in the pattern shown. Produces 3× Razor Wire.

Crafting
Steel Wire
Any Steel Plate
Steel Wire
Treated Wood Fence
Steel Wire
Treated Wood Fence
Razor Wire Razor Wire ×3 guaranteed
Developer reference
Registry name
immersiveengineering:wire_steel
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (1)
forge:items/wires/steel

Recipe JSON (3):

{
  "recipe_type": "createaddition:rolling",
  "pattern": null,
  "ingredients": null,
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "immersiveengineering"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:plates/steel"
    },
    {
      "item": "immersiveengineering:wirecutter"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:cutting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:plates/steel"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "immersiveengineering"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 50
}