How to optimize datapack map testing?
What is the best way to ensure consistency throughout each test? In other game engines, each time you run the game, it resets the scene first. But in a Minecraft data pack, how can you ensure that before every test, all essential features and blocks are restored to their original state? (In the context of map creation)