1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-17 05:37: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

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. * there is no inventory.
* *
* @param count The number of items to drop. If not given, the entire stack will be dropped. * @param count The number of items to drop. If not given, the entire stack will be dropped.