Crafting using Electron Tube, Brass Ingot and Dried Kelp, arranged in the pattern shown. Produces 2× Brass Funnel.
Brass Funnel
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Block loot table: Brass Belt Funnel (create) create:brass_belt_funnel | 1–1 | 100% | Survives Explosion |
| Brass Funnel | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
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
}