Crafting using Any Copper Plate, %s%sBarrel and Any Copper Plate, arranged in the pattern shown. Produces Fluid Tank.
Fluid Tank
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Fluid Tank | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:fluid_tank- Namespace
create- Mod ID
create- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"B",
"C",
"B"
],
"ingredients": {
"B": {
"tag": "forge:plates/copper"
},
"C": {
"tag": "forge:barrels/wooden"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}