Brass Funnel
create:brass_funnel

Brass Funnel

Create · by simibubi
block Safe NbtContraption ControlledPickaxe Mineable

Acquisition

Crafting using Electron Tube, Brass Ingot and Dried Kelp, arranged in the pattern shown. Produces 2× Brass Funnel.

Crafting
Electron Tube
Brass Ingot
Dried Kelp
Brass Funnel Brass Funnel ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Block loot table: Brass Belt Funnel (create) create:brass_belt_funnel1–1100%Survives Explosion
Brass Funnel1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:brass_funnel
Namespace
create
Mod ID
create
Tags (3)
create:blocks/safe_nbt
create:items/contraption_controlled
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "E",
    "A",
    "K"
  ],
  "ingredients": {
    "A": {
      "tag": "forge:ingots/brass"
    },
    "E": {
      "item": "create:electron_tube"
    },
    "K": {
      "item": "minecraft:dried_kelp"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}