1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-12 11:10:29 +00:00

Merge pull request #2029 from MCJack123/patch-19

Add `turtle.getItemDetail` `detailed` flag introduction date
This commit is contained in:
Jonathan Coates 2024-12-12 09:18:44 +00:00 committed by GitHub
commit 4dc649d5e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -747,6 +747,7 @@ public class TurtleAPI implements ILuaAPI {
* @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