Heyo, if you see this somewhere else, I'm bulk copy-pasting 'cuz I've got ~460 warnings in Kubejs and none of them are mine :D
Not sure what the exact steps to reproduce are, but I do know your mod has an incorrect recipe or two. I'm attaching the KubeJS server script log so you can see what recipes are causing issues and try to understand why, but if they're like the first one that I made an issue for, which I knew a bit more about, you've left a residue of porting from 1.20 to 1.21 in a recipe ("item": {"id": "minecraft:cobblestone"} when it should be "id": "minecraft:cobblestone" in the output) and Kube's unhappy about it, which makes me unhappy because it takes so much longer to load with ~460 warnings than without. Search '[YOUR MOD ID]: in the log and it'll pull up all the recipes from your mod that are giving me trouble, and probably will give someone else trouble down the line.
If this ISN'T the issue/fix I think it is, let me know and I'll look into it more and get back to you
Adding on to this, same log file, this mod and one other seem to fail with something crafting book category-related. Not sure what the exact issue with that is, but it's not helping anything. Search for Failed to read component 'category: crafting_book_category?' from recipe [MOD ID] and you'll see the ones from this mod. Maybe look at vanilla recipes, see what they do with category: in their crafting recipes
Heyo, if you see this somewhere else, I'm bulk copy-pasting 'cuz I've got ~460 warnings in Kubejs and none of them are mine :D
Not sure what the exact steps to reproduce are, but I do know your mod has an incorrect recipe or two. I'm attaching the KubeJS server script log so you can see what recipes are causing issues and try to understand why, but if they're like the first one that I made an issue for, which I knew a bit more about, you've left a residue of porting from 1.20 to 1.21 in a recipe (
"item": {"id": "minecraft:cobblestone"}when it should be"id": "minecraft:cobblestone"in the output) and Kube's unhappy about it, which makes me unhappy because it takes so much longer to load with ~460 warnings than without. Search'[YOUR MOD ID]:in the log and it'll pull up all the recipes from your mod that are giving me trouble, and probably will give someone else trouble down the line.If this ISN'T the issue/fix I think it is, let me know and I'll look into it more and get back to you
Adding on to this, same log file, this mod and one other seem to fail with something crafting book category-related. Not sure what the exact issue with that is, but it's not helping anything. Search for
Failed to read component 'category: crafting_book_category?' from recipe [MOD ID]and you'll see the ones from this mod. Maybe look at vanilla recipes, see what they do withcategory:in their crafting recipes