Not works on 1.16.5
Switch-Back18 opened this issue ยท 7 comments
Hello the script not works on 1.16.5
Here is my logs
SERVER : https://www.toptal.com/developers/hastebin/ejuxuwoveg.yaml
Can you fix it ?
Thanks for advice ^^
Please use the most up-to-date version of rhino and of UnifyTags; it's written at the top of the curseforge page in BRIGHT RED LETTERS. If the error persists with those scripts, feel free to reopen.
I use the latest version of Rhino ( rhino-forge-1605.1.5-build.75 ) and latest version of Unify Tags (UnifyTags-1.12) .
All is up to date.
the version of UnifyTags on curse (1.12) is not the newest
the newest is found here on github
here's a direct link if you don't know how to download the latest master from here
https://codeload.github.com/xMGZx/UnifyTags/zip/refs/heads/main
The Object.entries() error in there is still persistent I see though. Such is a vanilla javascript feature, but I suppose Rhino doesn't support it in the 1.16 version when converting between Java and javascript types. Will fix.
mmmmmmm the name of the function went from gatherAllItemIDs()
to getAllItemIds
to getObjectIds
, and in 1.16 that function is private, meaning I can't use it. I'll just disable tag intersections on 1.16, which should fix the problem.
Fixed by 7d23987