Started by
AravindGamer712
on
Topic category: Help with Minecraft modding (Java Edition)
How do I make The custom crafting table only show the result and not do it
Like the vanilla crafting table where it shows the product that is crafted and does not do it until you click at the product
what
I used global procedures and NBT tags for it - it runs specific NBT tag when player opens the GUI, and changes it back when player closes the GUI.
And global procedure checks if GUI is opened (-> if player has this specific NBT tag), meaning all your actions will update immediately, without your need of clicking buttons or anything.
pylo already has a tutorial Here
@MinerMinerMods but this one uses buttons as far as I remember, and OP wants it to be button-free.
But I hope my answer explains it enough. If not, I'm free to explain in more detail.