Crafting using Bucket, Bucket, Bucket, Depth Charge, Redstone Dust, Depth Charge, Bucket, Bucket and Bucket, arranged in the pattern shown. Produces Drain.

Drain
Alex's Caves · by Alexthe668, Noonyeyz
Drain is a block from Alex's Caves, crafted from Bucket, Depth Charge, and Redstone Dust.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Drain | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
alexscaves:drain- Namespace
alexscaves- Mod ID
alexscaves- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"BBB",
"DRD",
"BBB"
],
"ingredients": {
"B": {
"item": "minecraft:bucket"
},
"D": {
"item": "alexscaves:depth_charge"
},
"R": {
"item": "minecraft:redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}