supplementaries:pulley_block

Pulley Block

Supplementaries · by MehVahdJukaar, Plantkillable
block Axe Mineable

Acquisition

Crafting using Any Planks, Any Wooden Slabs, Any Planks, Any Planks, Iron Ingot, Any Planks, Any Planks, Any Wooden Slabs and Any Planks, arranged in the pattern shown. Produces Pulley Block.

Crafting conditional
Pulley Block guaranteed

Mining & drops

sourcecountchanceconditions
Pulley Block1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
supplementaries:pulley_block
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "121",
    "101",
    "121"
  ],
  "ingredients": {
    "0": {
      "item": "minecraft:iron_ingot"
    },
    "1": {
      "tag": "minecraft:planks"
    },
    "2": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "pulley_block",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}