supplementaries:cog_block

Cog Block

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

Crafting using Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot, Block of Redstone, Copper Ingot, Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces 6× Cog Block.

Crafting conditional
Cog Block ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Cog Block1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Cog Block1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:cog_block
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "111",
    "121",
    "111"
  ],
  "ingredients": {
    "1": {
      "item": "minecraft:copper_ingot"
    },
    "2": {
      "item": "minecraft:redstone_block"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "cog_block",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}