Started by
GalaxyPengin
on
Topic category: Help with Minecraft modding (Java Edition)
So, I want to make a "bucket of ___" item where, when used for brewing, a bucket gets put in the top brewing stand slot when finished. I tested this with a regular water bucket and a bucket was put at the top slot; just what I want. Is there a way I can copy vanilla Minecraft's code of a water bucket? And if anyone knows how to make a procedure like this, that would work just as well.
on your Item editor, checkbox Stay in Crafting Grid when crafting and on the slot that says Recipe Remainder select your other item
This worked perfectly, thanks.