1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-02-03 04:39:12 +00:00

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

View File

@ -290,7 +290,7 @@ public class TurtleAPI implements ILuaAPI {
}
/**
* 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.