Clock Block
supplementaries:clock_block

Clock Block

Supplementaries · by MehVahdJukaar, Plantkillable
block Axe MineablePiglin Loved

Acquisition

Crafting using Any Planks, Any Planks, Any Planks, Any Planks, Clock, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Clock Block.

Crafting conditional
Clock Block Clock Block guaranteed

Mining & drops

sourcecountchanceconditions
Clock Block1–1100%

Block drops

dropscountchanceconditions
Clock Block1–1100%
Developer reference
Registry name
supplementaries:clock_block
Namespace
supplementaries
Mod ID
supplementaries
Tags (2)
minecraft:blocks/mineable/axe
minecraft:items/piglin_loved

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "000",
    "010",
    "000"
  ],
  "ingredients": {
    "0": {
      "tag": "minecraft:planks"
    },
    "1": {
      "item": "minecraft:clock"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "clock_block",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}