Started by
robbiealexander
on
Topic category: Help with MCreator software
mostly just the title. i'm making a mod with a crafting station, and I followed the official tutorial but it has a button. is there a way to make the table without a button, and more like the vanilla crafting tables, where there is no button? thanks in advance.
https://youtu.be/FsEPNd_2Jok
a crafting table without a button. not with. i don't want a button in the crafting table. i want a crafting table that does not have a button to craft.
I can suggest making a routine that reads which items are in a given position and puts the outgoing item in the GUI, but this is only suitable for a small amount of craft, otherwise you will get tired.
i'm making over a hundred items, getting tired is just kind of. how it works honestly
this makes sense but how would i detect that the person has taken the item so that i can remove the other items?
also what would i make the code trigger on? you say something about a routine but i don't know what that is
Use block update tick like furnace
I realise this is old and you probably aren't gonna see this, but it doesn't really work. I made this super complicated procedure for making a crafting table without a button, but the gui functions in mcreator mess it up. So until there is an update fixing that, there is no way to make a "vanilla style" crafting table.