Skip to content

[Bug]: In multi-project workspace, mod config gets generated under {mod}/src/main/resources directory #10

@ItsVerday

Description

@ItsVerday

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

  1. Have a mod in a multi-mod workspace that creates/saves a config file.
  2. Run dev server with runAllMods.
  3. The config.json file appears in the wrong location, as described above.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriage

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions