Time Nick Message 09:41 MTDiscord When will the next MT version be released? 09:44 rubenwardy February 12:16 MTDiscord Oh ok, still some time... 12:36 MTDiscord https://github.com/minetest/minetest/pull/12971 12:37 MTDiscord that file dude... 12:37 MTDiscord 😰 12:38 MTDiscord and hats off to p4merge! I've used it, for the first time, to diff the file's changes, and it's fantastic! 14:36 MTDiscord Does all it needs to close https://github.com/minetest/minetest/issues/9395 is to add these lines to lua_api.txt under ### mod.conf section: • version: human-readable • license: based on SPDX identifiers, make sure to link there. This is also what ContentDB uses • website: must begin with https:// or http:// ? 14:51 MTDiscord contentdb should preferably have support for it too 14:59 MTDiscord It hasn't already? It has the supported by coredev tag 17:00 danik292 hello 17:07 MTDiscord Re: 9395 ... ooh, minetest.get_modversion() maybe? 17:08 rubenwardy minetest.get_mod_info(name).version 17:08 rubenwardy to match mainmenu API 17:09 rubenwardy without this API, you can do Settings(minetest.get_modpath(name) .. "/mod.conf"):get("version") 17:09 MTDiscord underscore after mod? heresy! :-D 17:10 sfan5 is "version" an official part of mod.conf now 17:10 sfan5 ? 17:10 sfan5 since it's not documented 17:14 rubenwardy See the issuing being discussed 17:14 rubenwardy #9395 17:14 ShadowBot https://github.com/minetest/minetest/issues/9395 -- Expand mod.conf with additional meta information (author, version, copyright, etc.) 17:28 sfan5 ah missed that 17:32 rubenwardy It'll be needed if we want to show the current installed version in the ContentDB dialog 18:22 MTDiscord @rubenwardy is it simply that?