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

Add config file support + tests #2

Closed MysteryBlokHed closed 3 years ago

MysteryBlokHed commented 3 years ago

Closes #1

Add support for a TOML config file and add related tests. Also added CLI arguments --generate-func-json to disable function JSON creation and --ignore-config for tests (before --ignore-config, tests for CLI arguments would use the config file in the root directory).