Crafting using Gold Ingot, Gold Ingot, Redstone Dust, Gold Ingot and Gold Ingot, arranged in the pattern shown. Produces Clock.
Clock
Minecraft · by Mojang Studios
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):
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Shipwreck Map (minecraft) minecraft:shipwreck_map | 1–3 | 100% | — |
Loot table: Ruined Portal (minecraft) minecraft:ruined_portal | 1–1 | 100% | — |
Developer reference
- Registry name
minecraft:clock- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:items/piglin_loved
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"#X#",
" # "
],
"ingredients": {
"#": {
"item": "minecraft:gold_ingot"
},
"X": {
"item": "minecraft:redstone"
}
},
"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
}