Started by
LeeLime5000
on
Topic category: Help with Minecraft modding (Java Edition)
My predicament in MCREATOR is that I currently have all of my data linked to by block through NBT data, but I'm not able to access the data before I place it down. I want to be able to access it before I place it down, for example in the players inventory, or a chest. Is it possible to have some sort of variable always linked to the item, so when I want to find it, I can find it through the item? I'm a beginner, so can we not do this in code? Can I do it with blocks, or through the menus in MCreator?
Edit: I have learned that I am basically looking to create a custom property. I am now open to coding, but preferably not, feel free to possibly link to some good sources aswell