mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
TreeFarmer: Change sapling direction to up (#1537)
Invalid direction to place the sapling
This commit is contained in:
parent
58feaaa39a
commit
cca0f1f47c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public class TreeFarmer : ChatBot
|
||||||
case Material.Air:
|
case Material.Air:
|
||||||
// No tree, plant something
|
// No tree, plant something
|
||||||
ChangeSlot(1);
|
ChangeSlot(1);
|
||||||
SendPlaceBlock(sapling);
|
SendPlaceBlock(sapling, Direction.Up);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// Other block, cannot grow trees here
|
// Other block, cannot grow trees here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue