Fluid Tank
create:fluid_tank

Fluid Tank

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Any Copper Plate, %s%sBarrel and Any Copper Plate, arranged in the pattern shown. Produces Fluid Tank.

Crafting
Any Copper Plate
%s%sBarrel
Any Copper Plate
Fluid Tank Fluid Tank guaranteed

Mining & drops

sourcecountchanceconditions
Fluid Tank1–1100%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
}