TheAfroOfDoom / omega-flowey-minecraft-remastered

MIT License
3 stars 1 forks source link

🚚 move AJ test files to dir separate from auto-export dir #170

Closed TheAfroOfDoom closed 1 week ago

TheAfroOfDoom commented 1 week ago

Summary

When you run the auto-exporter, it would delete the test files under ./datapacks/animated_java/data/animated_java/test. This is because it overwrites the entire datapacks/animated_java/data/animated_java folder entirely upon exporting.

Fix is to move the tests into a separate datapack directory: ./datapacks/omega-flowey/data/animated_java.


Supplemental changes