Started by
Dragogab
on
Topic category: Help with Minecraft modding (Java Edition)
I tried doing a custom block that turns block of apples and netherite to custom item why doesnt it work?
Topic category: Help with Minecraft modding (Java Edition)
I tried doing a custom block that turns block of apples and netherite to custom item why doesnt it work?
link to the photo cus idk why it doesnt work https://imgur.com/a/4BYFk0E
try following https://www.youtube.com/watch?v=bakTMAZO7O0 .
The furncae needs to either have a button to start cooking it that calls a procedure or the procedure needs a global trigger of update tick.
procedures won't call themselves, they always need a trigger.
-PixelKid
Sorry that the post above doesn't make perfect sense. I just need to word it better since what you said is related.
make sure that the block has a GUI and with 2 input slots and 1 output slot if you want to do it in the block (above)
If you wanted to do it from your inventory, not the block, make the same procedure just link the global trigger of when block right clicked in the last tab of the block element and make sure the procedure has a when block right clicked global trigger and the procedure has a if block is _ then do the rest inside the if procedure block.
HOPE this helped -PixelKid