Started by
NuclearApple
on
Topic category: Help with Minecraft modding (Java Edition)
me and my friend are working on a mod. in the mod, there is a crafting station that has 8 colored input slots and 1 black output slot in the middle. our plan is to let you put items in any of the 8 input slots and an item be fabricated from the output slot. for example, a fire, plant, ice and wind elemental metal can be put in any of the 8 slots and an alloy can appear from the black slot.
image link: https://imgur.com/gallery/astroforge-NTFHG3N
Edited by NuclearApple on Sun, 09/29/2024 - 23:24
Custom machine recipes aren't really that easy in MCreator.
Either add a button or use the "While this GUI is open tick" GUI procedure triggers in the GUI.
In these procedure elements you'd have to check all the slots you set up for the items you're expecting, and then if present clear the slots and place your result in the black slot.
ok
what do i do after i add the button?
You can probably use the GUI Template as a base for it
what then?
hello?
This will probably help https://www.youtube.com/watch?v=750viR4mMlE