Fixed documentation: Turtle API in case of dropDown method

Docblock for dropDown() was similar to drop(), so I changed it, to clearify difference
This commit is contained in:
Petr Karmashev 2023-08-17 11:42:11 +03:00
parent b93ea9c62e
commit 40351aa4e4
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ public final MethodResult dropUp(Optional<Integer> count) throws LuaException {
}
/**
* Drop the currently selected stack into the inventory in front of the turtle, or as an item into the world if
* Drop the currently selected stack into the inventory below the turtle, or as an item into the world if
* there is no inventory.
*
* @param count The number of items to drop. If not given, the entire stack will be dropped.