From 2fe7d39348ab7ed7bf20e108d00489bad6ee4614 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 11 Jun 2015 13:50:47 -0700 Subject: [PATCH] User-submitted text for Tank from local.crafting-guide.com --- data/buildcraft/items/tank/item.cg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/buildcraft/items/tank/item.cg b/data/buildcraft/items/tank/item.cg index b8f377e4..1dcc3dec 100644 --- a/data/buildcraft/items/tank/item.cg +++ b/data/buildcraft/items/tank/item.cg @@ -1,5 +1,12 @@ schema: 1 -description: The tank is a container for fluids. It can hold up 16,000mB of any kind of fluid ([[Water]], [[Lava]], [[Oil]], [[Fuel]], ...). Tanks placed on top of one another will automatically join together to form one large tank (though tanks placed next to one another do not). Fluids may be added to the tank either by right-clicking with a bucket of fluid or by using fluid pipes. In order to remove fluids from a tank, you will need to use a [[Wooden Fluid Pipe]] with some kind of power (e.g., a [[Redstone Engine]]). Tanks may only hold one kind of fluid at a time, and will refuse to accept a second kind of fluid. +description: <<-END +The tank is a container for fluids. It can hold up 16,000mB of any kind of fluid ([[Water]], [[Lava]], [[Oil]], [[Fuel]], ...). Tanks placed on top of one another will automatically join together to form one large tank (though tanks placed next to one another do not). Fluids may be added to the tank either by right-clicking with a bucket of fluid or by using fluid pipes. In order to remove fluids from a tank, you will need to use a [[Wooden Fluid Pipe]] with some kind of power (e.g., a [[Redstone Engine]]). Tanks may only hold one kind of fluid at a time, and will refuse to accept a second kind of fluid. + +| ![](adjacent-tanks.png) | +|:-----------------------:| +| *stacked tanks join together, side-by-side tanks don't* | + +END