From b552e3daf4d3e8759eb3c83107db897c3ec0409a Mon Sep 17 00:00:00 2001 From: Evelyn Ivy <41385923+Spirolateral@users.noreply.github.com> Date: Fri, 28 Aug 2020 13:41:39 -0600 Subject: [PATCH] Created Mechanical Saw (markdown) --- Mechanical-Saw.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Mechanical-Saw.md diff --git a/Mechanical-Saw.md b/Mechanical-Saw.md new file mode 100644 index 0000000..e54d112 --- /dev/null +++ b/Mechanical-Saw.md @@ -0,0 +1,20 @@ +The Mechanical Saw is a kinetic component intended to automate stonecutting and tree farming. It also deals damage to any mobs with which it comes into contact. + +Mechanical Saws are powered by an internal [[shaft|Generate-and-Convey#Shaft]], accessed from two opposite sides. Much like shafts, Saws will relay [[rotation|The-Basics-of-Rotation-in-Create]] along their axis. + +## Block Cutting + +When placed with the blade facing upwards like a vanilla Stonecutter, the Mechanical Saw will process items dropped on top of it. The items being processed will gradually move along the blade of the saw and will be thrown off the end in processed form. If multiple processing recipes are available for the same block (which is the case with most stonecutting recipes), the Saw will cycle through the available recipes unless given a [[Filter]]. + +In addition to the recipes available to the vanilla Stonecutter, the saw can process the following recipes. + +### Block Cutting recipes +| Input | Output | +| ------------- | ------------- | +| 1 [[Andesite Alloy]] | 6 [Shafts](Shaft) | +| 1 Log (any type) | 1 Stripped Log (matching type) | +| 1 Stripped Log (any type) | 5 Planks (matching type) | + +## Chopping + +When placed with the blade facing horizontally, the Mechanical Saw will cut blocks and entities in the world. If the blade comes into contact with a tree, the Saw will attempt to cut down the entire tree. This will take effect if the Saw manages to separate the tree from the ground, and as such a single Saw typically cannot cut down a large spruce or jungle tree or a dark oak tree. \ No newline at end of file