Started by
IanDoesHacks
on
Topic category: Help with Minecraft modding (Java Edition)
In my mod I have an item bound to a GUI with a text input, this item is meant to be put in a workbench that reads the text in the item and gives different outputs depending on whats put in it. I'm just wondering if this is even possible and if so how?
Use the item's NBT tags such as text tags
When the text in the text box changes, replace the NBT text tag with the new text
Then the block reads the item's data