#is this supposed to be helpful?
31 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
It would be if you had set ids to recipes
apparently it was caused by 3 recipes for the same thing
so why 6 errors?
you have 3 recipes for 3 things
so you'll encounter 2 duplicate recipes
also, since these are generated ids, the jsons are exactly the same
so this is a script error
I have the same problem. 2 recipes got kubejs IDs cause I didnt register names.
Now I have no idea which those two duplicates are xD
wouldn't they be the same if they were set too?
what
not if I named them recipe1 and recipe2, or any unique ID
oh no obviously that
but you will just get duplicates if and only if two jsons hash to the same thing
i.e. if two jsons are the same recipe
i had two things with the ID of apotheosis:hellshelf, and just cleared on.
The other two are in that kjs format, so not sure where the problem actually is.
that's why we suggest you name your recipes :P
this won't cause issues btw
it's just a warning for script devs
because you're making the same recipe twice
this is the script
#1125763731402530816 message
I mentioned the issue in the post
[Quote ➤](#1125763731402530816 message) in world boat crafting
uses lychee https://modrinth.com/mod/lychee
the comment doesn't say that it consumes the shovel because that is default behaviour
I'm not sure I got what this is trying to say
if you don't specify a recipe id (which you should)
we generate one for you automatically
based on the recipe json
and the ids will only be the same if the jsons are the same
so there is a duplicate
meaning there's a bug in your scripts
so the warning is justified :p
I thought it meant that generated IDs didn't make the jsons different, but manually added ones would have