Started by
TwigYT
on
Topic category: Help with Minecraft modding (Java Edition)
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?
This might work
https://photos.app.goo.gl/NG4aw5iqfTmUUTTZ6
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
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.
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.
Step 5. - Bind the Procedure of Step 3 to the button of the gui from Step 2.
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
Thank you so much!!!!! It's been hard to get information for what I want. And if you want, I'm currently developing https://mcreator.net/modification/90750/compressium-bedrock-edition.
I can't express how happy I am that you helped me!!!!
I'll make sure to tell you when I upload the mod.
You're welcome, hope to see your work soon!
Here is what I have so far.
https://www.mediafire.com/file/wa429c7g8n3pl9r/Magic_craft_INDEV_0.1.ja…
Uhh... can u help me fix this problem:
my button isn't work, it give the entity free item when i press it :/
Did you follow the tutorial? Double check everything.