Time Nick Message 13:22 tango_ does minetest server support upnp? 13:23 tango_ ah found the issue 13:23 tango_ actually not 13:23 tango_ meh 13:32 sfan5 you can easily use an external upnp client to forward the port you want 13:43 tango_ sfan5: of course 16:32 blaise hrmmm 17:37 _Zaizen_[m] Hi everyone, I would like to know if there's a way to add an armourgroup to a player without overwriting the others and without using get_armor_groups 18:00 rubenwardy you need to use get_armor_groups.... 18:00 rubenwardy why is that a problem? 18:01 rubenwardy local armor = player:get_armor_groups(); armor.something = 3; player:set_armor_groups(armor) 20:05 MTDiscord <07s​kyliner_369> is ~/.minetest called the appdata? or what is it called? I forget... and where's it found in windows again? 20:10 Kimapr $HOME\AppData and then there are Local, LocalLow, and Roaming subdirs 20:13 rubenwardy ~/.minetest is referred to as user data or user path in Minetest 20:13 ShadowBot rubenwardy: Error: You must be registered to use this command. If you are already registered, you must either identify (using the identify command) or add a hostmask matching your current hostmask (using the "hostmask add" command). 20:13 rubenwardy thanks ShadowBot 22:58 SX hey there, simple question. Is there "supported" way to break long dependency list over multiple lines in mod.conf? 23:03 SX tried if simply leaving comma as last character would do the trick but seems like not 23:05 MTDiscord <09s​rinivas> does 'escaping' the new line with a '' work? 23:05 MTDiscord <09s​rinivas> *\ 23:05 SX tried \ and " but not ' ... 23:05 MTDiscord <09s​rinivas> oof 23:06 MTDiscord <09s​rinivas> i think you misunderstood me lol 23:06 sfan5 multiline settings are possible with """ but I don't know if the engine ignores line breaks inside the list 23:06 MTDiscord <09s​rinivas> i should, but not sure 23:07 SX thanks sfan5, I'll try what it gives 23:07 SX sfan5, seems like that works \o/ 23:07 sfan5 good to know 23:09 SX now wondering if contentdb breaks after doing this :p 23:10 SX we'll see 23:21 rubenwardy SX: ContentDB doesn't support multiple lines in .conf yet 23:24 SX rubenwardy good to know, planning to make it support that format? 23:33 rubenwardy yeah, opened an issue now: https://github.com/minetest/contentdb/issues/243