Time Nick Message 19:41 beanzilla Is there a way to register when the minetest world is started to then execute some code from my mod? 19:41 beanzilla nvm I think I figured it out. 19:59 BuckarooBanzai beanzilla: in case you didn't come to the same conclusion: `minetest.register_on_mods_loaded(function())` would work in your case 20:00 beanzilla Ah, okay, thank you for the help. 20:27 Bombo where are the 'all settings' saved? in one of the sqlite files? 20:30 MTDiscord it's stored in minetest.conf 20:31 Bombo oh right lol didn't think about that