Add descriptions for some Buildcraft items

This commit is contained in:
Andrew Miner
2015-04-28 10:53:16 -07:00
parent 2fc8ab4f16
commit 3778865105
3 changed files with 24 additions and 1 deletions
@@ -0,0 +1,7 @@
schema: 1
description: <<-END
The charging table transfers energy provided by lasers into an item capable of holding charge (e.g., a
[Redstone Flux Capacitor]). It works much like an [Assembly Table] in that it requires powered [Laser]s within range to
provide it with power. Just place an item in table, and it will automatically start the lasers and charge the item.
END
+16
View File
@@ -0,0 +1,16 @@
schema: 1
description: <<-END
The Chute is a small container (only 4 slots) which will place items into any inventory located directly below it
whenever that inventory has an available space. This makes it an ideal buffer in a pipe system which feeds machines
having limited capacity (e.g., like feeding ore to a [Furnace]). The four slot capacity allows dissimilar items to
collect in the chute while the furnce it busy with a different type of item.
Since the [Hopper] was added to vanilla Minecraft, the chute is largely redundant. While the Chute ejects items
considerably faster than a Hopper, the latter offers many advantages.
* the hopper is less expensive to make (no gear required)
* the hopper has one more slot in its inventory
* the hopper can direct items to the sides as well and directly underneath
* the hopper can suck in loose items out in the world (like an [Obsidian Pipe])
END
+1 -1
View File
@@ -3,7 +3,7 @@
if [[ -e "./aws.config" ]]; then
export AWS_CONFIG_FILE="./aws.config"
else
export AWS_CONFIG_FILE="~/.aws/config"
export AWS_CONFIG_FILE="$HOME/.aws/config"
fi
SOURCE_DIR="./data/"