How do I make a custom Spell table.

Started by TwigYT on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a custom Spell table.

How do I make a custom Spell table.

I want to make a custom “Spell table”, well it's more like, uh. Well just look at the picture I made.

Just saying, I have no knowledge of these kind of things.

So could someone please help me?

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay, as requested, here I…
Sat, 09/10/2022 - 18:59

Okay, as requested, here I will leave how I did a custom crafting station with button:

Step 1. - Create the block and the gui.

Step 2. - Customize the gui as you want

Custom Crafting Station Gui

Step 3. - Create a procedure that checks if the correct items are placed in the desired slots, and if the output is empty, cause we don't want to delete any item that were there before pressing the button. Make separate entries for every crafting that you want.

Crafting Procedure

Step 4. - Expand the Gui's triggers and create one procedure when gui is closed, in the procedure make one of the "if - do" blocks of the image for every one of the slots of your Gui. Mine has 3, so in the image I only put 3. This checks when closed if there are items in the slots and makes copies of the item to the event/target entity inventory and delete anything that were there to don't have duplicated items.

When Gui is closed procedure

 Step 5. - Bind the Procedure of Step 3 to the button of the gui from Step 2.

Binding Procedure to Gui's Button

Step 6. - Enable the block inventory and bind the Gui to the desired block, and enable "open bound Gui on right click" and also enable "Drop items from inventory when block destroyed".

And well that should be all.

If you are interested in a Crafting station without button check this videos, but i think they might be a little outdated. I did it with button cause the method without it didn't work for me and gave me lots of problems, so I've did this.

https://www.youtube.com/watch?v=qdGJY7ljujM&list=PLAeL-oIFIEngE6jRgFYeF…

https://www.youtube.com/watch?v=oy28aQFdshU

https://www.youtube.com/watch?v=J0D_2AvTbU0

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'll make sure to tell you…
Sat, 09/10/2022 - 21:51

I'll make sure to tell you when I upload the mod.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're welcome, hope to see…
Sat, 09/10/2022 - 23:38

You're welcome, hope to see your work soon!

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Uhh... can u help me fix…
Sat, 10/15/2022 - 05:47

Uhh... can u help me fix this problem:
my button isn't work, it give the entity free item when i press it :/

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did you follow the tutorial?…
Sat, 10/15/2022 - 20:54

Did you follow the tutorial? Double check everything.