#how to make crafting recipes keep certain items in the grid

15 messages · Page 1 of 1 (latest)

graceful perch
#

when you craft a cake the buckets get left behind, how do you make recipes like this

feral capeBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

winged bronze
#

.replaceItem iirc

terse juncoBOT
#

You can add, remove, and modify recipes with KubeJS. The wiki has a page on that!
If you want to learn how to add recipes to any mod, click the Custom button.

winged bronze
#

hmm might be on the old one

graceful perch
#

can you give some example code

winged bronze
#

found it

#

.replaceIngredient('minecraft:diamond_sword', 'minecraft:stone_sword')

#

would replace the diamond sword in the grid with a stone sword

#

when the recipe is done

#

just append that at the end of the recipe with the correct items

graceful perch
#

ok

winged bronze
#

if that worked

terse juncoBOT
#

Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue! This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.

Do you have any other questions regarding your issue? Feel free to ask!
Note: You should generally create a new post for unrelated issues.

graceful perch
#

thanks