Started by
SpyCoder77
on
Topic category: Help with Minecraft modding (Java Edition)
I am making a mod that makes it easier to make different types of displays. I have a GUI where I can enter the text that I want displayed on the text display, and I also have a complete button. When you press the button, I want it to summon the text display with the text nbt value to be whatever I put into the textbox. I have embedded an image of my code.
id make a separate procedure and set it to "when entity spawns" then check what the entity is, and if its what you want, us the set entity nbt block
Thank you!