-
The wiki says that recent versions no longer give itemGroup information, but I'm on MC 1.21.7, with CC:T 1.116.1, the most up-to-date version, and it shows on every item I've tried. I thought maybe it was related to #1940 as to why, but I tried to see if that table didn't exist with a command block, and it's there, just a blank table, which makes sense. Is this still the case, or has it regained support along the line? Should this deprecation message be altered/removed? I'm working on a project that would benefit from using this, but I'm holding off until I know. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ahh, this in one of the unfortunate places where the behaviour differs between Minecraft versions (see #1285 for more info). The The "default" documentation currently tracks Minecraft 1.20.1, hence the warning showing up. On the 1.21.7 docs we don't have this. Sadly the multi-version nature of the docs isn't exposed anywhere right now :/. |
Beta Was this translation helpful? Give feedback.
Ahh, this in one of the unfortunate places where the behaviour differs between Minecraft versions (see #1285 for more info). The
itemGroups
field was broken on Minecraft 1.19.3 to 1.20.3. It is now available again on 1.20.4 and later.The "default" documentation currently tracks Minecraft 1.20.1, hence the warning showing up. On the 1.21.7 docs we don't have this. Sadly the multi-version nature of the docs isn't exposed anywhere right now :/.