Started by
Motte333
on
Topic category: Troubleshooting, bugs, and solutions
I have a problem, when i make a gui (and procedure etc) to make a custom crafting bench most things work but when i launch mc and try it out it does remove the first item in slot 1 , damage another in slot 0 (like i want it to) and spawn the crafted item in slot 2 but when i click it it returns to before like i never crafted it its weird: the dealt damage resets to full the removed item reappears and the crafted item dissapears its a problem wich prevents me from making my mod, any solutions?
This is a known bug. Use block inventory management blocks, not the GUI, as instructed in the procedure editor too.
Problem: That would only work for a block crafting bench but i have it so when you right click a item it opens the crafting gui (3 slots its for turning 1 item into another) but if there's no solution then ill just make it so you do that with the normal work bench!
Thanks anyway
I understand your problem. We plan to add support items as containers in the future, until then, the best option is to use blocks instead as you said.