diff --git a/.gitignore b/.gitignore index 31a65da..e46095d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ +# Treeplacer Datapack Generator +logs/* +mods/* +.tdg_temp/* +config/template_config.json + # Builds *.zip \ No newline at end of file diff --git a/run_generator.sh b/run_generator.sh new file mode 100755 index 0000000..f61706b --- /dev/null +++ b/run_generator.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cd treeplacer_datapack_generator +python treeplacer_datapack_generator/main.py \ No newline at end of file