Time Nick Message 03:10 MinetestBot 02[git] 04minlemon -> 03luanti-org/luanti: Add how to run unit tests after compile instructions 1333ae1af https://github.com/luanti-org/luanti/commit/33ae1af79ae9a09b1a13be4fdb115dfb5c56d664 (152025-04-25T03:08:31Z) 03:10 MinetestBot 02[git] 04sfence -> 03luanti-org/luanti: Add testeditor to devtest for easier testing. (#15206) 130d414c4 https://github.com/luanti-org/luanti/commit/0d414c44dadb6b2e0c13353d62a8655e5d52ea5c (152025-04-25T03:09:23Z) 03:29 Blockhead256 greetings Luantists 03:29 Blockhead256 I haven't been able to get Element working lately. It runs and gives me desktop notifications, but it never actually pops up a window 03:29 MTDiscord the web version im assuming? 03:29 Blockhead256 the flatpak 03:30 Blockhead256 I'm on Konversation for IRC 03:30 MTDiscord ah, not going to be any help there, just keep it in a pinned tab myself 03:30 Blockhead256 I suppose the web version will at least open for me... 03:34 Blockhead256 it's open but yeah only the unencrypted stuff is available there 03:35 MTDiscord probably need to authenticate with another device to see the encrypted stuff 03:35 Blockhead256 yes, and I hope you can see my dilemma, because I have no other working device, it's not on my phone and the one on my desktop isn't working for me 03:36 MTDiscord and lmk didnt save backup keys? 03:37 MTDiscord *let me guess 03:38 Blockhead256 aha, actually I did have that, forgot about that 03:55 cheapie Found out why the powered rails don't need power, it's because the cart has an engine: https://cheapiesystems.com/media/2025-04-24%2022-53-43.webm 03:56 MTDiscord sounds like your mower needs a tune up. or the sound doesnt loop nicely 03:57 cheapie It was intentional, I picked one that wasn't running well 03:57 Blockhead256 my neighbours have a lawnmower that sounds worse. Sounds like it has COPD 03:58 cheapie https://www.youtube.com/watch?v=aAh2WbHh0fI 03:58 MTDiscord need to get cheapie a sample :p 04:01 whosit we had someone place 1200 mesh nodes (basic_materials:chain_steel) on one farm, which caused "too many triangles" errors on android... This can't be fixed in the engine in any way, right? (does instancing work for that? does android even have it?) 04:17 Blockhead256 according to my own prejudices, the root problem is that the steel chain has too many polygons to begin with. Should just be a plantlike instead 04:18 MTDiscord i forget what the chain even looks like, but i imagine not very plantlike... 04:18 MTDiscord anyways.... something something sane prs welcome 04:18 Blockhead256 plantlike is just two planes intersecting at 90° at 45° from the axis... 04:23 * cheapie does a bit more //lua magic, turns a car into a functional lawnmower 04:28 cheapie Specifically //lua local le=core.get_player_by_name("cheapie"):get_attach():get_luaentity();local old_on_step = le.on_step;le.on_step = function(self,...) local pos=vector.round(self.object:get_pos()); local nname = core.get_node(pos).name; if core.registered_nodes[nname] and core.registered_nodes[nname].drawtype == "plantlike" then core.remove_node(pos) end old_on_step(self,...)end 08:14 sfan5 https://pbs.twimg.com/media/GpMROqHXIAA_TZM?format=jpg&name=large can someone invent this in luati 08:16 sfan5 !tell ireallyhateirc core.get_gametime() works in the very first server step. a player may or may not ever join. those are conflicting requirements. 08:16 MinetestBot sfan5: I'll pass that on when ireallyhateirc is around 08:21 sfan5 whosit: the engine could just split the draw operations to fix that, apparently it doesn't 08:45 whosit ah, makes sense :D (the chain has 480 triangles btw) 09:34 MTDiscord Mahjong Bot is suspicious 09:34 MTDiscord Look at that face 09:34 MTDiscord https://tenor.com/view/mahjong-gif-5447850289738172188 09:35 MTDiscord He will simply destroy everyone at mahjong, no one can stop him 15:20 MinetestBot ireallyhateirc: Apr-25 08:16 UTC core.get_gametime() works in the very first server step. a player may or may not ever join. those are conflicting requirements. 15:21 ireallyhateirc sfan5, hmmm weird then. I recall I had some problems with times below 2 for core.after 17:13 MTDiscord https://github.com/minetest-mods/technic You should put RBA's name in the contributors at the top as the pioneer