Fixed turtle.dropDown documentation (#1564)

This commit is contained in:
Petr Karmashev 2023-08-17 17:52:17 +07:00 committed by GitHub
parent b93ea9c62e
commit 92b335f45f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.