Skip to content

Commit

Permalink
Merge pull request #2029 from MCJack123/patch-19
Browse files Browse the repository at this point in the history
Add `turtle.getItemDetail` `detailed` flag introduction date
  • Loading branch information
SquidDev authored Dec 12, 2024
2 parents 9bbf3f3 + 5bab415 commit 4dc649d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ public final MethodResult inspectDown() {
* @throws LuaException If the slot is out of range.
* @cc.treturn nil|table Information about the given slot, or {@code nil} if it is empty.
* @cc.since 1.64
* @cc.changed 1.90.0 Added detailed parameter.
* @cc.usage Print the current slot, assuming it contains 13 dirt.
*
* <pre>{@code
Expand Down

0 comments on commit 4dc649d

Please sign in to comment.