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

Running without `generate_func_tags` causes an incorrect output file structure #3

Closed MysteryBlokHed closed 3 years ago

MysteryBlokHed commented 3 years ago

When running with either the --generate-func-tags flag or generate_func_tags = true in config, even with an empty inclusions list, everything is transpiled properly. However, if either the flag is missing or the config setting is false, all of the files will be put directly in the <project>.databind folder instead of a data subfolder.

I am unsure why this is happening right now.

MysteryBlokHed commented 3 years ago

It looks like VSCode was cutting off the directory name so I didn't see the /data/test/functions folders 🙃 Everything is working as intended.