add app.reset_content 'non_reset_packs' optional argument

This commit is contained in:
MihailRis
2025-11-09 23:04:50 +03:00
parent 50d520e747
commit 0e6fb878bf
9 changed files with 51 additions and 14 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ namespace scripting {
void on_world_tick(int tps);
void on_world_save();
void on_world_quit();
void cleanup();
void cleanup(const std::vector<std::string>& nonReset);
void on_blocks_tick(const Block& block, int tps);
void update_block(const Block& block, const glm::ivec3& pos);
void random_update_block(const Block& block, const glm::ivec3& pos);