Time Nick Message 01:20 MTDiscord can I add custom node definition lines like {is_floor = true} ? 01:20 MTDiscord and then get it with get_node(pos).is_floor 01:25 MTDiscord yes, you can add is_floor, no you won't get is_floor from the node, it'll only be in the definition 01:25 MTDiscord minetest.registered_nodes[minetest.get_node(pos).name].is_floor 01:25 MTDiscord groups might be better for stuff like that though 01:26 MTDiscord also the game engine can add special meaning to any "primary" field in the node definition in the future, so if they add is_floor then your mod may break and that would be entirely your responsibility. 01:29 MTDiscord so use _ then name 01:30 MTDiscord _ was suggested by lua_api.txt, yeah 01:30 MTDiscord Most of the things you can express with a boolean though are fine for groups. 01:32 MTDiscord A _ prefix is usually a cue that something is reserved/internal, while the engine does the weird thing of reserving these things for being not reserved. 02:04 MTDiscord yeah groups would work better here, thx! 08:25 sfan5 huh I didn't know adding moreblocks to my world converts existing slabs 13:10 Alias Stupid question: What do I do again, when the server wouldn't want to announce to the serverlist? 13:11 sfan5 what was the IP again 13:12 Alias 109.205.180.172 / 2a02:c206:3008:290::1 13:12 Alias We migrated to a different server this saturday, in the hopes of getting rid of the crashes I talked to you about. No luck yet, the server crashed again two times 13:12 Alias That's why it may have a different IP than before 13:14 sfan5 my server hoster broke something, wait a few hours and it'll hopefully go away 13:15 Alias So for a few hours the server won't be on the list? 13:16 sfan5 I guess 13:16 Alias Best regards to your server hoster: Torches and pitchforks! :P 13:16 sfan5 as a workaround you could disable ipv6 temporarily (don't forget to remove the domain record too) 13:18 Alias I'd have to restart the server to do that and throw out the few people that made it in regardless ... I'm too much a coward to do that. 13:19 sfan5 well technically just removing the record on the domain would work I bet 13:21 sfan5 assuming you're referring to the move item / item count crash, do you have any better idea how to reproduce that one yet? 13:23 Alias Not really. As I said, I moved to a different server machine in the hopes I could leave the error behind, but it still happens in different flavours. I'm a bit out of ideas and had hoped you'd toss me a way to proceed 13:25 Alias Before the migration it was a debian 10, now its a debian11. That doesn't rule out library issues as a whole, but makes it less likely IMO. 13:26 Alias I rebuilt 5.4.1 from source, the same way I did before. 14:20 sfan5 Alias: looks like they fixed it a few minutes ago 14:23 Alias Yay :) We just re-appeared on the list. There's nothing I can do to prevent it next time, right? 14:24 Alias Except disable IPv6 altogether? 14:25 sfan5 there's nothing you can do to prevent external network issues, no 14:25 sfan5 it could as well have affected IPv4 15:12 erle_reform46 sfan5 correct, with openGL ES i get about the performance on reform as i got on an old thinkpad with open GL 1.4 17:10 Elon_Satoshi So I've got a little problem with the Minetest app, installed from F-droid, on GrapheneOS 17:10 sfan5 the f-droid one is unfortunately outdated so much that it no longer works 17:11 sfan5 I suggest installing the APK manually 17:11 Elon_Satoshi Oh 17:12 Elon_Satoshi Well at least I can download the APK with aria2c in termux and have it automatically retry on my slow internet 20:09 KINGOWAIN_YT Hi 21:27 Extex Am I able to make a particle that faces up?