diff --git a/data/buildcraft/items/flood_gate/item.cg b/data/buildcraft/items/flood_gate/item.cg index b2770d95..efa88584 100644 --- a/data/buildcraft/items/flood_gate/item.cg +++ b/data/buildcraft/items/flood_gate/item.cg @@ -1,5 +1,11 @@ schema: 1 -description: The flood gate accepts fluids via pipes and places them back in the world as fluid blocks: 1 block per 1000 mB of fluid (i.e., the opposite of a [[Pump]]). So long as it is provided enough fluid, it will completely fill any space it is in until the top of the fluid is level with the top of the flood gate. +description: <<-END +The flood gate accepts fluids via pipes and places them back in the world as fluid blocks: 1 block per 1000 mB of fluid (i.e., the opposite of a [[Pump]]). So long as it is provided enough fluid, it will completely fill up the space it is in until the top of the fluid is level with the top of the flood gate. + +| ![](example.png) | +|:----------------:| +| *the result of using a [[Pump]] and a [[Flood Gate]] to move water* | +END