Engine Piston
16×16 · BAKED

item· Other

Engine Piston

Create: Diesel Generators · by George VI
item

Engine Piston is an item from Create: Diesel Generators, crafted from Andesite Alloy, Iron Rod, and Zinc Nugget.

Acquisition

Crafting using Andesite Alloy, Iron Rod and Zinc Nugget, arranged in the pattern shown. Produces 2× Engine Piston.

Crafting conditional
Andesite Alloy
Iron Rod
Zinc Nugget
Engine Piston Engine Piston ×2 guaranteed

Crafting using Andesite Alloy, Shaft and Zinc Nugget, arranged in the pattern shown. Produces 2× Engine Piston.

Crafting
Andesite Alloy
Shaft
Zinc Nugget
Engine Piston Engine Piston ×2 guaranteed

Used in

Developer reference
Registry name
createdieselgenerators:engine_piston
Namespace
createdieselgenerators
Mod ID
createdieselgenerators

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "A  ",
    " R ",
    "  Z"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "R": {
      "tag": "forge:rods/iron"
    },
    "Z": {
      "tag": "forge:nuggets/zinc"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:rods/iron",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "A  ",
    " S ",
    "  Z"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "S": {
      "item": "create:shaft"
    },
    "Z": {
      "tag": "forge:nuggets/zinc"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}