Hello, when I open the game I get an error message from Kubejs that says "Falling back to vanilla: ItemStack 'result' can't be empty!" on item recipes i did not edit and I have to code lines that are meant to remove recipes but do not remove those recipes. can somebody help me with one or both issues.
Here are the lines of code that should remove some items.
"event.remove({ id: 'more_bows_and_arrows:netherite_arrow' }),"
" event.remove({ id: 'more_bows_and_arrows:obsidian_arrow' }), "
#Error message for non edited recipe and not removing recipes with the correct code.
3 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
[➤](#1410742253416218884 message)
those are just errors created by other mods who cant be bothered to make correct recipes, kubejs just picks up the errors and shows them
if you want them gone, just remove those erroring recipes by using the ID in the error message