1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-09 15:27:25 +00:00

Clarify behaviour of itemGroups field

The availability of this field changes between Minecraft versions, but we
didn't make that entirely clear.

See #2247
This commit is contained in:
Jonathan Coates 2025-07-20 11:16:39 +01:00
parent 5f16909d4b
commit 5a9e21ccc3
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -81,11 +81,10 @@ public abstract class AbstractInventoryMethods<T> implements GenericPeripheral {
* recommended to print it out using [`textutils.serialize`] or in the Lua
* REPL, to explore what is available.
* <p>
* > [Deprecated fields][!INFO]
* > Older versions of CC: Tweaked exposed an {@code itemGroups} field, listing the
* > creative tabs an item was available under. This information is no longer available on
* > more recent versions of the game, and so this field will always be empty. Do not use this
* > field in new code!
* > [Missing fields][!INFO]
* > CC: Tweaked exposes an {@code itemGroups} field, listing the creative tabs an
* > item is available under. This information is not available on Minecraft 1.19.3
* > to 1.20.3, and so this field will be empty on those versions.
*
* @param inventory The current inventory.
* @param slot The slot to get information about.