Pressing using Any Gold Ingot. Produces Golden Sheet.
Golden Sheet
Create · by simibubi
Acquisition
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.
Carried through each pass:
The sequence, processed 5×:
- Deploying + Cogwheel
- Deploying + Large Cogwheel
- Deploying + Any Iron Nugget
Precision Mechanism success 81%
Scrap pool (partial-failure outcomes):
Related items
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
}