Time Nick Message 09:36 [MatrxMT] ...yes 13:13 iisu Hi. How do I stop mapgen from ruining map saves? 13:14 iisu I'm using flat mg with mg_flags=nocaves, nodungeons, nolight, nodecorations, but it still inserts dirt, dirt with grass, sand etc. 14:16 Yonle a 14:28 MTDiscord hi a 15:59 pgimeno iisu: use singlenode with air and no decorations 16:29 iisu Thanks. 18:26 gideonstar the mod ts_furniture in the moddb is from 2022 and has a bug that crashes the server. on github there is a much newer version from last year. what should I do? contact the author? 18:27 gideonstar the bug easy to fix: set_physics_override(0,0,0) -> set_physics_override({0,0,0}) 18:32 MTDiscord created a new release for it 18:33 MTDiscord for mods that are under the minetest-mods github organisation they usually do not have any active author on CDB, and we as editors usually take care of making sure releases get made. you can make a report on a package to let us know if it happens again for another package 18:35 gideonstar that was quick. thanks for the clarification :-) 19:28 luatic gideonstar: that fix does not look correct, the table format requires you to use the appropriate named fields 19:28 gideonstar yes. that's how it's done in the git version. 19:28 gideonstar (i'm not a dev) 19:31 luatic glad to hear the former