mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-09 07:30:04 +00:00
Fixed turtle.dropDown documentation (#1564)
This commit is contained in:
parent
b93ea9c62e
commit
92b335f45f
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user