Started by plinio_jlt
on Tue, 03/02/2021 - 13:59
Topic category: Help with modding (Java Edition)
i'm trynna make a crafting table that's basically just the recipe book, and when you click the item you wanna make, it automatically takes the stuff from your inventory and crafts it, without recipe or item grid
is that possible? And if so, how?
Edited by plinio_jlt on Tue, 03/02/2021 - 19:22
https://www.youtube.com/watch?v=FsEPNd_2Jok this video shows how to make a normal crafting table, and I think you could make it detect which button is pressed and then check if in it's inventory (like 6 slots) are the required ingredients and if the output slot is empty, then make them subtract the required amount and give you an item by putting it in the slot on the right by adding it if its empty.
but is there a way to add the recipe book to a crafting custom table?