1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-30 17:17:55 +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

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