Started by
LetsPlayGame
on
Topic category: Help with Minecraft modding (Java Edition)
I have been trying to create a custom forge block for my mod, and I used the preset 3*3 crafting table, but when I press the button it dosnt craft. I also tried with Pylo's 3 slot custom crafting block, but that also dosnt work. Can I please get some help? So I also tried to add another thing with buttons, and after connecting them they dont work, I put the item in the corresponding spot and press the check button and nothing happens, it dosnt give the items. Im also using the 2021.1 version, but it also didnt work with 2020.5
Edited by LetsPlayGame on Mon, 05/03/2021 - 01:13
So I also tried to add another thing with buttons, and after connecting them they dont work, I put the item in the corresponding spot and press the check button and nothing happens, it dosnt give the items. Im also using the 2021.1 version, but it also didnt work with 2020.5
Hi, try to bind your gui to tile entity in block's settings. Add 1 to the maximum value of the slot, and set the parameter as in the picture. Also on another link you will find the correct procedure. 1 (gui)- https://prnt.sc/12f8ltw 2(gui) - https://prnt.sc/12f8msh 3 (procedure)- https://prnt.sc/12f8nuu (sorry for my English, I'm speak Russian)
Your English is still very good, but now my GUI button is saying missing dependencies and I cant connect it to On button clicked
Check the procedure and gui again, everything works fine for me.
The procedure is the same as the one you sent on the image, I tried to create a new GUI but that still didnt work, and when I open the procedure it shows: Itemstack, x, y, z, and world under required dependencies. Did I do something wrong?
Yes, something is probably wrong. I have dependencies only: x, y, z and world (https://prnt.sc/12fhprv)
This is my procedure: https://prnt.sc/12fhx9g, https://prnt.sc/12fhycj
I dont know if this might help with finding the problem
nvm, It worked