Started by
ItzYaBoiMyth
on
Topic category: Help with MCreator software
So im trying to make a crafting block following a tutorial on the playlist: https://www.youtube.com/watch?v=qdGJY7ljujM
And im having issues with blocks not wanting to go places where they should be. Is there any way to force these to work?
(The purple blocks going into the red ones)
Edited by ItzYaBoiMyth on Sun, 02/14/2021 - 09:13
I found a block that fits, but it doesnt exactly do what i need it to.
https://cdn.discordapp.com/attachments/694682184782577685/8104102757646…
This is solved, turns out that block works the same way as the one i was looking for. But now arises a new issue.
This is the final working code of that. Everything works fine except for one thing: even if the output slots are full it will still take from the input slots.
So i added a little bit of code that is meant to fix that. It checks if the output slots have less than 64 (so anything 63 and under will allow it to craft). Yet it still takes from the input slots. What am i doing wrong here?
This is now also solved, i added an If ELSE gate in the Do part of the first IF gate containing that code. Everything now works perfectly. It even gives you a message saying the slots are full.