Spout
create:spout

Spout

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Copper Casing and Dried Kelp, arranged in the pattern shown. Produces Spout.

Crafting
Spout Spout guaranteed

Mining & drops

sourcecountchanceconditions
Spout1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "T",
    "P"
  ],
  "ingredients": {
    "P": {
      "item": "minecraft:dried_kelp"
    },
    "T": {
      "item": "create:copper_casing"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}