Is this due to incompatibility?
munstarz opened this issue ยท 7 comments
crash-2025-02-25_23.00.23-server.txt
I realized techreborn may have a possible incompatibility issue or? I am not really good with coding so I seek advice. Thank you.
This seems to be that multiple mods rely on different versions of the library org.apache.commons:commons-lang3, resulting in the method not being found.
This seems to be that multiple mods rely on different versions of the library org.apache.commons:commons-lang3, resulting in the method not being found.
is there any mods I should remove so tech reborn UI could be accesses without causing the crash? TY in advance
Through investigation, it was found that the 3.13.0 version of commons-lang3 renamed Range.between to Range.of.
And in the new version, it is only marked as deprecated, which can be supported by using the deprecated version of the API.
You can download a preview build to test it:
https://github.com/TechReborn/TechReborn/actions/runs/13526714563
(Download Artifacts and unzip the TechreBorn-5.11.14.jar)
If it works properly, please turn off this issue.
Worked perfectly thank you, closing the issue.
Through investigation, it was found that the 3.13.0 version of commons-lang3 renamed Range.between to Range.of. And in the new version, it is only marked as deprecated, which can be supported by using the deprecated version of the API.
You can download a preview build to test it: https://github.com/TechReborn/TechReborn/actions/runs/13526714563 (Download Artifacts and unzip the TechreBorn-5.11.14.jar)
If it works properly, please turn off this issue.