Modded Fluid bucket smelt

Started by SWORDTOOTH on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Aug 2021
Points:
585

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
Modded Fluid bucket smelt

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?

Active 3 years ago
Joined Apr 2020
Points:
740

User statistics:

  • Modifications: 2
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 44
I'm not sure if this works …
Mon, 08/09/2021 - 19:17

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.

 

Active 1 year ago
Joined Aug 2021
Points:
585

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
that didnt work
Tue, 08/10/2021 - 15:10

that didnt work