Started by
SWORDTOOTH
on
Topic category: Help with Minecraft modding (Java Edition)
So I made a liquid called "end goo" you can put it in a bucket using the auto bucket thing they have, but I want to use it in a recipe to smelt into an item, I know how to get recipes but I don't know how to put the bucket in the smelting recipe. how do I do that?
I'm not sure if this works (haven't tested), but you can create a normal recipe for this. Just make a new smelting recipe, then add in any placeholder item in the slot where it smelts. Then add in the smelted item in the output slot.
After you finish this, you can click ALT and double click on the recipe element, this will open the code for the recipe. Simply change the ingredient item to your bucket ID (of which you can grab by launching the game, and checking the ID for your actual bucket item) to the actual bucket item.
https://i.imgur.com/nyuALSQ.png
Then save and lock the recipe code.
This should help you out.
that didnt work