Hose Pulley
create:hose_pulley

Hose Pulley

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Copper Casing, Dried Kelp Block and Any Copper Plate, arranged in the pattern shown. Produces Hose Pulley.

Crafting
Hose Pulley Hose Pulley guaranteed

Mining & drops

sourcecountchanceconditions
Hose Pulley1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:hose_pulley
Namespace
create
Mod ID
create
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

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