Problem
ThatOrThis is a mod that allows you to load mods from additional directories (for e.g. 'mods\Technical\GUI\ModManager'). At the moment, ModManager shows this error while trying to update such mods:
.java.lang.Exception: Couldn't find jar for [modname]
( at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.31) ~[?:?])
. at xyz.deathsgun.modmanager.tasks.ModUpdateTask.execute(ModUpdateTask.java:40) ~[modmanager-1.0.2+1.17-alpha.jar:?]
. at xyz.deathsgun.modmanager.api.manipulation.ManipulationTask.executeTask(ManipulationTask.java:47) [modmanager-1.0.2+1.17-alpha.jar:?]
. at xyz.deathsgun.modmanager.services.ManipulationService.run(ManipulationService.java:49) [modmanager-1.0.2+1.17-alpha.jar:?]
Decision
Is it possible to add checking of custom paths from thatorthis configs (config\thatorthis\rules.json)?
I hope, this should be useful.
Problem
ThatOrThis is a mod that allows you to load mods from additional directories (for e.g. 'mods\Technical\GUI\ModManager'). At the moment, ModManager shows this error while trying to update such mods:
.
java.lang.Exception: Couldn't find jar for [modname](
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.31) ~[?:?]).
at xyz.deathsgun.modmanager.tasks.ModUpdateTask.execute(ModUpdateTask.java:40) ~[modmanager-1.0.2+1.17-alpha.jar:?].
at xyz.deathsgun.modmanager.api.manipulation.ManipulationTask.executeTask(ManipulationTask.java:47) [modmanager-1.0.2+1.17-alpha.jar:?].
at xyz.deathsgun.modmanager.services.ManipulationService.run(ManipulationService.java:49) [modmanager-1.0.2+1.17-alpha.jar:?]Decision
Is it possible to add checking of custom paths from thatorthis configs (config\thatorthis\rules.json)?
I hope, this should be useful.