Item replace in recipe

Started by GalaxyPengin on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Sep 2021
Points:
489

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Item replace in recipe

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.
 

Active 9 months ago
Joined Oct 2020
Points:
1597

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
on your Item editor,…
Sun, 09/26/2021 - 00:45

on your Item editor, checkbox Stay in Crafting Grid when crafting and on the slot that says Recipe Remainder select your other item

Active 3 years ago
Joined Sep 2021
Points:
489

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
This worked perfectly,…
Sun, 09/26/2021 - 23:50

This worked perfectly, thanks.