Copper Valve Handle
create:copper_valve_handle

Copper Valve Handle

Create · by simibubi
block BrittleValve HandlesValve HandlesPickaxe Mineable

Acquisition

Crafting using Any Valve Handles, in any arrangement. Produces Copper Valve Handle.

Crafting ⇆ any arrangement
Any Valve Handles
Copper Valve Handle Copper Valve Handle guaranteed

Crafting using Any Copper Plate, Any Copper Plate, Any Copper Plate and Andesite Alloy, arranged in the pattern shown. Produces Copper Valve Handle.

Crafting
Any Copper Plate
Any Copper Plate
Any Copper Plate
Andesite Alloy
Copper Valve Handle Copper Valve Handle guaranteed

Mining & drops

sourcecountchanceconditions
Copper Valve Handle1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:copper_valve_handle
Namespace
create
Mod ID
create
Tags (4)
create:blocks/brittle
create:blocks/valve_handles
create:items/valve_handles
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "tag": "create:valve_handles"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CCC",
    " S "
  ],
  "ingredients": {
    "C": {
      "tag": "forge:plates/copper"
    },
    "S": {
      "item": "create:andesite_alloy"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}