Plugin Version
1.0.35
Hytale Version
0.5.2
Stacktrace
N/A, not an error
Describe the bug
When running my dev server with the runAllMods task, my plugin Renode creates a config file, which is supposed to go under {runDir}/mods/{modConfigFolder}/config.json. Because of the symlinking the gradle plugin performs, the config ends up at renode/src/main/resources/config.json (Renode is the name of my Library plugin). I would expect it to just appear under the mod config directory in the dev server directory, but the symlinking breaks this expectation.
To Reproduce
- Have a mod in a multi-mod workspace that creates/saves a config file.
- Run dev server with
runAllMods.
- The
config.json file appears in the wrong location, as described above.
Plugin Version
1.0.35
Hytale Version
0.5.2
Stacktrace
N/A, not an error
Describe the bug
When running my dev server with the runAllMods task, my plugin Renode creates a config file, which is supposed to go under
{runDir}/mods/{modConfigFolder}/config.json. Because of the symlinking the gradle plugin performs, the config ends up atrenode/src/main/resources/config.json(Renode is the name of my Library plugin). I would expect it to just appear under the mod config directory in the dev server directory, but the symlinking breaks this expectation.To Reproduce
runAllMods.config.jsonfile appears in the wrong location, as described above.