Updated ignore file. Created script for running generator.

This commit is contained in:
2025-06-03 18:32:02 +01:00
parent 1039fa5133
commit 5deecc511b
2 changed files with 10 additions and 0 deletions

6
.gitignore vendored
View File

@ -1,2 +1,8 @@
# Treeplacer Datapack Generator
logs/*
mods/*
.tdg_temp/*
config/template_config.json
# Builds
*.zip

4
run_generator.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
cd treeplacer_datapack_generator
python treeplacer_datapack_generator/main.py