Elevator Pulley
create:elevator_pulley

Elevator Pulley

Create · by simibubi
block Axe MineablePickaxe Mineable

Acquisition

Crafting using Brass Casing, Dried Kelp Block and Any Iron Plate, arranged in the pattern shown. Produces Elevator Pulley.

Crafting
Elevator Pulley Elevator Pulley guaranteed

Mining & drops

sourcecountchanceconditions
Elevator Pulley1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:elevator_pulley
Namespace
create
Mod ID
create
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "B",
    "C",
    "I"
  ],
  "ingredients": {
    "B": {
      "item": "create:brass_casing"
    },
    "C": {
      "item": "minecraft:dried_kelp_block"
    },
    "I": {
      "tag": "forge:plates/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}