Crafting using Electron Tube, Brass Ingot, Brass Ingot, Dried Kelp and Dried Kelp, arranged in the pattern shown. Produces 2× Brass Tunnel.
Brass Tunnel
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Brass Tunnel | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:brass_tunnel- Namespace
create- Mod ID
create- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"E ",
"AA",
"KK"
],
"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
}