Started by
VegaOrionis
on
Topic category: Help with MCreator software
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.
use this,
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.
wdym by item tag? All the item tags the item is in?
I want to download this data in mCreator. The one underlined in red in this picture:
https://imgur.com/a/ze8p8cO
oh yeah MCreator only operates on the custom.NeoForgeData/forgewhatever part of nbt for some reason
So in forge, it won't work, in old versions of mcreator?
It won't work in any version of mcreator
without custom code or a plugin
Do you know any plugin to make it work? :)
doesn't look like it, for 2020.5 anyway,
https://mcreator.net/plugins?field_plugin_tags_target_id=All&field_supported_mcr_versions_target_id=473
At most I will switch to newer versions if such a plug-in exists.
What minecraft version are you developing for currently?
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
I would like to manually edit the code and access the data, but I have no idea how to access this data.