UnifyTags

UnifyTags

3.2k Downloads

Not works on 1.16.5

Switch-Back18 opened this issue ยท 7 comments

commented

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 ^^

commented

Seems like a duplicate of #10
Possibly also #11
The error about copper is the same as issue 10
And the errors about immersive petroleum could be issue 11

commented

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.

commented

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.

commented

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

commented

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.

commented

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.

commented

Fixed by 7d23987