MysteryBlokHed / databind

Expand the functionality of Minecraft Datapacks.
https://databind.rtfd.io/en/stable
GNU General Public License v3.0
4 stars 0 forks source link

Output folder in wrong directory on Linux #33

Closed MysteryBlokHed closed 3 years ago

MysteryBlokHed commented 3 years ago

When running databind with no args in a project, the output folder is generated relative to the directory the command was run in, as opposed to the project root. I'll add more information if I find anything that might help.

MysteryBlokHed commented 3 years ago

Running databind <PATH> correctly generates the output folder in the project root. Using databind --out <DIRECTORY> <PATH> also works properly and generates the output folder relative to the directory the command was run in. Databind is able to find the config file, but it doesn't properly output the folder in the project root.

MysteryBlokHed commented 3 years ago

Added to #36