From cca0f1f47c2ff7c40563f46b85fc7476cdc74447 Mon Sep 17 00:00:00 2001 From: goldenlib <31309738+goldenlib@users.noreply.github.com> Date: Sun, 11 Apr 2021 16:53:53 +0200 Subject: [PATCH] TreeFarmer: Change sapling direction to up (#1537) Invalid direction to place the sapling --- MinecraftClient/config/ChatBots/TreeFarmer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinecraftClient/config/ChatBots/TreeFarmer.cs b/MinecraftClient/config/ChatBots/TreeFarmer.cs index 2d3fe756..801b0b8c 100644 --- a/MinecraftClient/config/ChatBots/TreeFarmer.cs +++ b/MinecraftClient/config/ChatBots/TreeFarmer.cs @@ -44,7 +44,7 @@ public class TreeFarmer : ChatBot case Material.Air: // No tree, plant something ChangeSlot(1); - SendPlaceBlock(sapling); + SendPlaceBlock(sapling, Direction.Up); break; default: // Other block, cannot grow trees here