Time Nick Message 07:14 MTDiscord Tbh Godot uses a union for vectors IIRC, like c++ class Vector3 { // stuff union { float x, y, z; float a[3]; }; }; 07:20 MTDiscord Then loop around a const std::array arr{ &vector3df::x, &vector3df::y, &vector3df::z }; 07:20 MTDiscord :juanchi_face: 07:21 MTDiscord Ah you mentioned it already 11:40 [MatrxMT] Is there anyone who can resubmit LT's flatpak as org.luanti.Luanti so we can get rid of the Minetest -> Luanti pinned issue? There are a couple more points but it says "maybe" 17:19 lhofhansl Planning to merge #15975 in a bit. 17:19 ShadowBot https://github.com/luanti-org/luanti/issues/15975 -- Break liquid reflow scan early for all-air blocks by lhofhansl 18:01 lhofhansl And... Done 18:34 [MatrxMT] hi, is this active to ask about dev things ? 18:34 sfan5 yes 18:34 [MatrxMT] Yes 18:35 [MatrxMT] but may eI am in wrong channel, since my question is about mods dev (lua) 18:35 [MatrxMT] (I am lost in matrix's channels) 18:36 sfan5 then that's for the regular luanti channel 18:36 [MatrxMT] On Matrix you can ask in [#minetest-general:tchncs.de](https://matrix.to/#/%23minetest-general:tchncs.de) 18:37 [MatrxMT] thanks