Fluid Tank
enderio:fluid_tank

Fluid Tank

Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
block Pickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Any Iron Ingot, Iron Bars, Any Iron Ingot, Iron Bars, Any Glass, Iron Bars, Any Iron Ingot, Iron Bars and Any Iron Ingot, arranged in the pattern shown. Produces Fluid Tank.

Crafting
Fluid Tank Fluid Tank guaranteed

Mining & drops

sourcecountchanceconditions
Fluid Tank1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
enderio:fluid_tank
Namespace
enderio
Mod ID
enderio
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "IBI",
    "BGB",
    "IBI"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:iron_bars"
    },
    "G": {
      "tag": "forge:glass"
    },
    "I": {
      "tag": "forge:ingots/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}