From 7c99474b9075abe403bf3dfc79b52560a16ebd22 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 11 Jun 2015 16:58:39 -0700 Subject: [PATCH] User-submitted text for Filler from new.crafting-guide.com --- data/buildcraft/items/filler/item.cg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/buildcraft/items/filler/item.cg diff --git a/data/buildcraft/items/filler/item.cg b/data/buildcraft/items/filler/item.cg new file mode 100644 index 00000000..b0da260c --- /dev/null +++ b/data/buildcraft/items/filler/item.cg @@ -0,0 +1,17 @@ +schema: 1 + +description: <<-END +The Filler is a machine which performs large-scale shaping of the landscape. It can operate in any one of several different modes: + +* Fill—completely fill an area +* Flatten—remove all blocks within the area, but make sure it has a floor underneath +* Horizon—works the same as Flatten +* Frame—fill in only the edges of the area and remove everything else +* Pyramid—builds a pyramid whose base completely fills the area (can be either point up or point down) +* Stairs—builds a stair-step pattern within the area, removing any blocks which aren't part of the stairs +* Box—builds a solid box whose sides fill in the rectangle of the area +* Clear—completely remove all blocks within the area +* Cylinder—creates a cylinder centered within the area, removing any blocks not part of the cylinder +END + +