Started by
viecha
on
Topic category: Help with Minecraft modding (Java Edition)
Hello,
I was making a mod where you can smelt a written tablet (that has the text tag as a component in it) into a heated tablet. The problem I have is that i can't transfer the text tag to the smelting result item (aka the heated tablet). I tried using the trigger Item is smelted/crafted in the written tablet item but neither of my methods worked, it justs puts out a blank message when right clicking my heated tablet item. Also, i probably can't use global variables because i want different heated tablets to have different messages on them. I seperated each method i tried in the image. Thank you