Golden Sheet
create:golden_sheet

Golden Sheet

Create · by simibubi
item Gold PlatePlatesPiglin Loved

Acquisition

Pressing using Any Gold Ingot. Produces Golden Sheet.

Pressing
Any Gold Ingot Any Gold Ingot·members not yet documented
Golden Sheet Golden Sheet guaranteed

Sequenced Assembly: Start with Incomplete Precision Mechanism, carried through each pass. process 5× through: Deploying with Cogwheel; then Deploying with Large Cogwheel; then Deploying with Any Iron Nugget. Most likely produces Precision Mechanism (81% chance), with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 5×:

  1. Deploying + Cogwheel
  2. Deploying + Large Cogwheel
  3. Deploying + Any Iron Nugget
Precision Mechanism
Precision Mechanism success 81%

Scrap pool (partial-failure outcomes):

Andesite Alloy Andesite Alloy 5%
Golden Sheet Golden Sheet 5%
Cogwheel Cogwheel 3%
Gold Nugget Gold Nugget 2%
Crushed Raw Gold Crushed Raw Gold 1%
Shaft Shaft 1%
Iron Ingot Iron Ingot
Clock Clock
Developer reference
Registry name
create:golden_sheet
Namespace
create
Mod ID
create
Tags (3)
forge:items/plates/gold
forge:items/plates
minecraft:items/piglin_loved

Recipe JSON (2):

{
  "recipe_type": "create:pressing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ingots/gold"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:sequenced_assembly",
  "pattern": null,
  "ingredients": {
    "tag": "forge:plates/gold"
  },
  "conditions": [],
  "sequence": {
    "loops": 5,
    "sequence": [
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "create:incomplete_precision_mechanism",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "create:incomplete_precision_mechanism"
          },
          {
            "item": "create:cogwheel"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "create:incomplete_precision_mechanism",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "create:incomplete_precision_mechanism"
          },
          {
            "item": "create:large_cogwheel"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "create:incomplete_precision_mechanism",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "create:incomplete_precision_mechanism"
          },
          {
            "tag": "forge:nuggets/iron"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}