Help with custom crafting table

Started by AravindGamer712 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with custom crafting table

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

I used global procedures and…
Fri, 12/10/2021 - 13:13

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.

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
pylo already has a tutorial…
Sat, 12/18/2021 - 04:14

pylo already has a tutorial Here

@MinerMinerMods but this one…
Tue, 12/21/2021 - 12:48

@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.