Time Nick Message 17:19 Andrey01 hello, I define 'tiles' and 'overlay_tiles' fields with single tile def of node def of 'mesh' type in each one. When I try to enclose this in single braces, it says 'Couldn`t load image while building texture', but if in double ones, it just draws on the nodes lettering: 17:19 Andrey01 'Unknown node' 17:21 Andrey01 and a question: what do I need to do the textures to look like correctly? 17:31 Andrey01 here`s a fragment of my code: https://pastebin.com/hNigGPws 19:18 MinetestBot 02[git] 04Wuzzy2 -> 03minetest/minetest: Resized torchlike sprite now attaches to surface (#9303) 130877587 https://git.io/JvIKC (152020-01-20T19:17:54Z) 20:36 scr267 My dev server fails to listen on a UDP port and in the logs all I see is: Jan 20 15:35:33 aurelium-dev minetestserver[31048]: [48.0K blob data] .... 20:36 scr267 long list of those messages 20:36 scr267 Anyone ever see this before? 20:38 sfan5 systemd thinks that whatever minetestserver logged was not textual data 20:39 scr267 oh cool, ive never seen that before :) 20:39 scr267 Hum... I wonder what the server is doing... I'm running a pipeline to rebuild it all right now 20:47 sagax hi all! 20:47 sagax i don't understand how to use village mode 20:48 sagax i install this mod, enable for my world, but - don't see any change 20:48 rubenwardy !mod [village 20:48 MinetestBot rubenwardy: Villagers for Minetest [villagers] by ErrorNull - https://forum.minetest.net/viewtopic.php?t=17915 20:48 sagax after i try enable village mod to world before worls has been generated 20:48 rubenwardy !mod [village] 20:48 MinetestBot rubenwardy: There are no results for this query :( 20:48 rubenwardy !mod [villages] 20:49 rubenwardy there's a few villages mods... 20:49 sagax i trying this https://content.minetest.net/packages/theFox/working_villages/ 21:27 scr267 ok, so I do an strace on my server and this is what I get: write(1, "\10 \10\10 \10\10 \10\10 \10\10 \10\10 \10\10 \10\10 \10\10 \10\10 \10\10 "..., 372) = 372 21:27 scr267 over and over and over again 21:27 scr267 Minetest never actually even binds to a udp port 21:31 scr267 oh it looks like it may have finished 21:32 sfan5 well look at what it printed before doing that 21:35 scr267 Well, it was a fresh rebuild, with a bunch of updated mods... so Im' wondering if something didn't trigger some db update or something 21:35 scr267 or maybe a mod needed to do a bunch of updates in the db? 21:36 scr267 its my dev server, so 21:37 scr267 Unfortunately I couldn't get the trace before that write sequence, I only attached it after it was already going 21:37 scr267 but anyway, looks like the server is running properly right now