Tech Reborn

Tech Reborn

34M Downloads

Is this due to incompatibility?

munstarz opened this issue ยท 7 comments

commented

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.

commented

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.

commented

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

commented

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.

commented

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.

commented

You can download the latest version 5.11.15

commented

You can download the latest version 5.11.15

Ooh! Thanks!

commented

No, we shouldn't do this. This is likely caused by another broken mod shadowing the wrong versions of lang3. Minecraft provides a specific version of it for us, we should use that.