Time Nick Message 04:01 paramat i've labelled some old and unsupported feature requests, please can core devs look through these and state in the thread if they support? https://github.com/minetest/minetest/issues?q=is%3Aopen+is%3Aissue+label%3A%22Core+dev+consideration+needed%22 18:22 Krock !tell paramat @8481. Ensure than nnames is at the right vector index. https://github.com/minetest/minetest/pull/8481/files#diff-5c9fad38a1e2b7a0227fd3f5282dcc09R417 I suspect the value is pushed to the wrong time 18:22 ShadowBot Krock: O.K. 18:23 Krock !tell paramat In fact I wonder why it worked for the other fields because m_nnlistsizes is not modified for the other nodes in this function, which means that something would not work as expected 18:23 ShadowBot Krock: O.K. 18:59 paramat thanks 19:02 paramat the issue is that i don't understand the node resolver and am probably doing something silly 19:03 p_gimeno what is it for? I already stumbled into it when I attempted to write the emerge threads patch 19:22 paramat it converts lua node names into content IDs, i think 19:28 Krock creates a dynamic content ID lookup table, kinda 19:35 p_gimeno got it, thanks 19:38 Krock ^.^ 21:13 nerzhul node resolver give node definition from node name yes