Obtaining data from an item. (Tag, ID etc.)

Started by VegaOrionis on

Topic category: Help with MCreator software

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Obtaining data from an item. (Tag, ID etc.)

Hello, I'd like to obtain specific item data, specifically the tag. Using the "/data entity" command, I can also see information about items in my inventory and their data. I'd like to obtain this data in MCreator for a specific item, but I don't know how to extract it. I've tried various combinations, but I must be doing something wrong... I'm not getting any feedback when testing. 


https://imgur.com/a/OcH5NfK

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I expressed myself poorly. I…
Tue, 09/23/2025 - 08:22

I expressed myself poorly. I simply don't get any information by retrieving item data from a specific block or entity from a selected slot, but I want to extract specific information (item tag). I don't know what procedure to write to retrieve this data and display it.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
wdym by item tag? All the…
Tue, 09/23/2025 - 08:25

wdym by item tag? All the item tags the item is in?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh yeah MCreator only…
Tue, 09/23/2025 - 08:34

oh yeah MCreator only operates on the custom.NeoForgeData/forgewhatever part of nbt for some reason

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So in forge, it won't work,…
Tue, 09/23/2025 - 08:36

So in forge, it won't work, in old versions of mcreator?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It won't work in any version…
Tue, 09/23/2025 - 08:45

It won't work in any version of mcreator

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
without custom code or a…
Tue, 09/23/2025 - 08:45

without custom code or a plugin

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do you know any plugin to…
Tue, 09/23/2025 - 08:50

Do you know any plugin to make it work? :)

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
At most I will switch to…
Tue, 09/23/2025 - 09:07

At most I will switch to newer versions if such a plug-in exists.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What minecraft version are…
Tue, 09/23/2025 - 10:13

What minecraft version are you developing for currently?

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm working on a mod and…
Tue, 09/23/2025 - 10:26

I'm working on a mod and wanted to add it to various versions of the game, from the oldest to the newest. If it doesn't work for older versions, I'd at least like to release it for newer versions of the game. Currently working on 1.14.4

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I would like to manually…
Tue, 09/23/2025 - 10:27

I would like to manually edit the code and access the data, but I have no idea how to access this data.