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

Add turtle.getItemDetail detailed flag introduction date

This commit is contained in:
JackMacWindows 2024-12-12 00:44:25 -05:00 committed by GitHub
parent 9bbf3f3e1d
commit 5bab415790
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. * @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.treturn nil|table Information about the given slot, or {@code nil} if it is empty.
* @cc.since 1.64 * @cc.since 1.64
* @cc.changed 1.90.0 Added detailed parameter.
* @cc.usage Print the current slot, assuming it contains 13 dirt. * @cc.usage Print the current slot, assuming it contains 13 dirt.
* *
* <pre>{@code * <pre>{@code