#how to make crafting recipes keep certain items in the grid
15 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
.replaceItem iirc
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.
hmm might be on the old one
can you give some example code
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
ok
if that worked
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.
thanks