Time Nick Message 01:01 MTDiscord Yeee! Finally! 01:01 MTDiscord https://cdn.discordapp.com/attachments/749727888659447960/1046229129944633354/image.png 01:44 MTDiscord Haha, yeah, if that's what I think it is, there's no way I've got the mix of skill and patience to get there. 01:45 MTDiscord I assume there was at least something interesting before that screen though, right? 11:27 douwe[m] Hello, quick question. I have 2 RPi's 400. When I want to install Minetest, one gets version 5.3.0+repack-2.1+deb11u1 and the other gets 0.4.17.1+repack-1+deb10u1. 11:27 douwe[m] How do I make sure they both get 5.3.0? 11:27 douwe[m] I install on both with `sudo apt update && sudo apt install minetest` 11:35 Mc douwe[m]: you'd need the same debian version 11:35 Mc (debian 10 vs debian 11) 11:46 douwe[m] oh wow, is that it... I assumed they were the same... ok. Will need to wipe and reinstall the SD then. Thnx for the quick answer! 12:41 MTDiscord Yes, the endgame in glitch is probably half the game's story 12:42 MTDiscord Quite cool 12:47 douwe[m] one more thing; is there an wasy way to host a local game and have other pi's only see the local server and not the whole server list? 12:50 MTDiscord There is no local server discovery function 12:50 MTDiscord You just have to type in the local ip and port by hand 13:01 douwe[m] ok, will do. Thnx! 13:02 douwe[m] and removing the Serverlist URL is probably enough to disable the list of online servers? 16:37 MTDiscord Probably 16:38 MTDiscord You can also run your own serverlist 16:39 Blockhead256 Hey I noticed ROllerozxa's Greenscreen displaced "Glory!"'s old one on ContentDB. I'm glad the mod is getting updated but I'm a little sparse on details since I can't see any approval threads. Did the source repository for Glory!'s version go down or..? 16:40 Blockhead256 While I'm here I'll also throw the idea out there that ContentDB could automatically patch mods to have a mod.conf based on the package data so I don't get as much warning spam for old mods.. of course I don't expect that to happen but just an idea :) 16:40 Blockhead256 anyway good night Minetest people 17:04 MTDiscord I forked the greenscreen mod, and unapproved glory's old mod as we usually unlist unmaintained mods when a maintained fork supersedes it 17:04 MTDiscord ^this 17:05 MTDiscord the unapproval reason was "superseded by another maintained mod" but these aren't visible to non-editors like approval threads are... for better or for worse 17:06 MTDiscord they are visible to the package creator iirc 17:07 MTDiscord oh yeah that too, users have access to the audit log of their own packages 17:07 MTDiscord cdb general doesnt curate packages, but some work around the edges is done to prevent abandonware/packages breaking others/etc 17:07 MTDiscord *work is done arround 19:58 Yad Is there an efficient way to search for nodes which have particular metadata? 19:59 MTDiscord find nodes with meta 19:59 MTDiscord or something like that, then you loop over them 19:59 MTDiscord minetest.find_nodes_with_meta(pos1, pos2) 20:00 Yad Oh wow, thanks, I'll look for that in `lua_api.txt` ^^ 20:24 MinetestBot 02[git] 04srifqi -> 03minetest/minetest_game: Update Indonesian translation (#3003) 13c4cf1a6 https://github.com/minetest/minetest_game/commit/c4cf1a600447307571cbbf4995b96b3630004f8b (152022-11-27T20:24:35Z) 20:57 MinetestBot 02[git] 04TurkeyMcMac -> 03minetest/minetest: Abort active ABM iteration when content changes (#12998) 133fd5bff https://github.com/minetest/minetest/commit/3fd5bff128cacb068c0758d0b33b425dc88beed7 (152022-11-27T20:55:10Z) 22:12 Eze14Mu Dicelibrarian 22:14 Eze14Mu Hi 22:14 muurkha HI 22:44 Yad If `minetest.punch_node(pos)` is the same as left-clicking, is there a function for simulating a right-click? 23:05 MTDiscord place_node... 23:05 MTDiscord unless it has a on rightclick function