Started by
Milo
on
Topic category: Help with Minecraft modding (Java Edition)
Hi,
My project is to build a tannery : I transform rotten flesh into pieces of leather and with 9 pieces of leather I do leather but I don't know how to code this,
Can someone help me with this ?
Thanks.
did you type this wrong because it's confusing "transform rotten flesh into pieces of leather and with 9 pieces of leather I do leather "
My project has been released. Maybe you want to look. :)
i put the flesh of the zombie in the tannery and i get a piece of leather but i dont know how to code that
Add a button and two slots in the gui. Make sure the block has two slots. Make the button do a procedure to check for nine flesh and add one leather in the second slot if there is nine leather. Afterwards it should remove the nine leather.
You should also make extra parts of code to check if the stack is full to avoid issues.