Time Nick Message 00:22 Sokomine hi. other modders here who like trees? 00:25 MinetestBot 02[git] 04VanessaE -> 03Jeija/minetest-mod-mesecons: update "sticky block" to use 0.4.13-style footprints 13d95ccf8 http://git.io/vsFL1 (152015-08-25T20:23:23-04:00) 00:48 nanepiwo hey, occassionaly I get these: 00:48 nanepiwo 21:19:12: ERROR[CurlFetchThread]: servers.minetest.net/announce not found (Timeout was reached) (response code 0) 00:48 nanepiwo I've heard other ppl have them, but its annoying as servers simply disappear from the public list. any help? 01:08 DI3HARD139 sooo quiet 01:09 VanessaE new dreambuilder update if anyone cares :) 01:09 DI3HARD139 ooh gimmie :P 01:10 VanessaE https://forum.minetest.net/viewtopic.php?f=15&t=9196 01:11 DI3HARD139 I got a question. How can I hide objects in Unified Inventory? 01:13 VanessaE make sure they have no recipe, and not_in_creative_inventory = 1 in the object's groups def. 01:14 DI3HARD139 Ok TY 01:16 VanessaE or if your object has a recipe, just make sure the craft recipe doesn't actually work (e.g. needs some mod/item that you don't have) and UI will filter-out the recipe. 01:20 DI3HARD139 Ill have to try the recipe one as the not_in_creative_inventory = 1 isnt working. 01:27 nanepiwo Vanessa: would not_in_craft_guide = 1 keep things out of unified_inventory ? 01:32 DI3HARD139 Fixed it. I didnt type it in the form it wanted 01:33 VanessaE idk 01:33 VanessaE I don't know if UI understands that group 01:39 T4im doubt it, but lack of description does 01:40 Sokomine can you do me a favour and check if the images in https://forum.minetest.net/viewtopic.php?f=9&t=13116&p=188454 work now? 01:41 DI3HARD139 nope 01:42 DI3HARD139 Still just say Image 01:42 DI3HARD139 screenshots work though 01:42 DI3HARD139 2 of them anyways 01:43 Sokomine so you can at least see 2 of them? 01:43 Sokomine very odd 03:19 bobomb what is the minetest method for waiting a certain amount of time? 03:19 VanessaE minetest.after() 03:19 VanessaE https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L2171 03:20 VanessaE also there are node timers that can be used in some situations. 03:20 VanessaE https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L2406 03:21 bobomb i find that abms which move a node directly above ignore the interval probably due to the abm scan happening in the +y direction and adding the newly placed node immediately to the abm queue 03:23 bobomb but trying it now i realize that waiting in an abm halts all abms 03:23 bobomb abms are a pain 04:56 Martyna Hiya 08:27 kilbith does anyone has a copy of that mod ? https://forum.minetest.net/viewtopic.php?f=9&t=7417 09:11 Sketch2 kilbith - https://github.com/ChaosWormz/samhain 09:13 kilbith i saw, thanks 10:01 Darcidride Hi everyone 10:01 Darcidride Is it normal client from android support can't conencte anymore to my 0.4.13 upgraded servers ? 10:02 Darcidride strict protocol cekc is set to false 10:02 Darcidride the android play store version of the client is 0.4.12, on f-droid it's 0.4.13 10:05 nanepiwo what's the error? 10:08 Darcidride i've tried with the play store version, the game crash instantly 10:09 Darcidride with th fdroid version, it runs 10:09 Darcidride (0.4.12 vs 0.4.13) 10:09 Darcidride Need it to downgrade my servers, or a fix is in progress....... 10:13 nanepiwo can you connect to any servers? 10:20 Darcidride to any servers in 0.4.12 y 10:21 Darcidride so, nobody answer me, i downgrade my servers, yay stable realise are great......... 11:07 Calinou http://larsenwork.com/monoid/ 11:37 CWz [off] Wow today's yough is really going down the toilet 11:38 CWz [off] *youth 11:42 RealBadAngel all the older generations says the same bout new ones 11:42 RealBadAngel nothing new ;) 11:54 CWz [off] yeah 16:27 anton__ who *a* 17:38 Krock meow 19:34 galundrux HEY :D 19:35 galundrux check out my minetest server http://hexagonsix.com 19:37 thatgraemeguy cornernote: you around? 19:45 Out`Of`Control hi! how do i make wool sawble with latest version of moreblocks? 19:52 Sketch2 https://github.com/Calinou/moreblocks/issues/20 19:55 Out`Of`Control Sketch2: thanks, so i have to downgrade moreblocks 19:59 Sketch2 it's probably still doable. I think you would add each wool color to the registrations - https://github.com/Calinou/moreblocks/blob/master/stairsplus/registrations.lua 20:04 Out`Of`Control thank you! 20:08 Sketch2 try replacing the minetest/mods/moreblocks/stairsplus/registrations.lua with this - http://pastebin.com/0GJksJRV 20:11 domtron galundrux think you need more info on your site about connecting to it. is the port 30001? because my client just endlessly tries to connect. 20:23 Out`Of`Control does not work Sketch2 20:24 Sketch2 hmm, I'll look again, 'cuz that would be kinda cool 20:25 Out`Of`Control Sketch2: i found how it was done in past, but it does not work too 20:26 Out`Of`Control Sketch2: http://pastebin.com/VFiynbS3 22:28 Sketch2 any luck Out`Of`Control? 22:28 Out`Of`Control Sketch2: no, i need it for 2 other mods 22:29 Sketch2 k. here's what I got - http://pastebin.com/Fu10PMH2 22:29 Sketch2 add wool to the depends file 22:29 Sketch2 and it'll do. 22:30 Sketch2 there's surely a more elegant solution, if you merge the 2 functions at the bottom into one, but I'm tired, and it works, so I'm happy. 22:32 Out`Of`Control Sketch2: it works thank you! Existing wool slab turn into unknown blocks lol 22:46 Out`Of`Control is there a script to change node name in map? 22:46 Out`Of`Control lua script 22:47 Sketch2 well, I know you can do voxelmanip's 22:48 Sketch2 the one mod that comes to mind is the nether mod, I think the one on deezl's server was by Hybrud Dog 22:49 Sketch2 eh, having a real hard time typing. coffee isn't waking my fingers yet 22:50 Out`Of`Control ty 22:51 Sketch2 line 196 - https://github.com/HybridDog/minetest-nether/blob/master/nether/init.lua 22:55 Sketch2 depending on what it is, you might just register an alias 22:57 Out`Of`Control old name moreblocks:wool... new name wool:slab... 22:58 Sketch2 I woould say something like this - minetest.register_alias("moreblocks:wool", "wool:slab") 22:58 Sketch2 but you might need to do it for each color that you need converted 23:13 Out`Of`Control it works, need a bit more tuning :D 23:15 Sketch2 yep yep, cool 23:15 Out`Of`Control it works for one slab 23:15 Out`Of`Control lol 23:16 Sketch2 how many do you need to convert? 23:17 Out`Of`Control lots of 23:18 Out`Of`Control + bamboo 23:20 Out`Of`Control 29*15 only wool OMG 23:22 DusXMT Out`Of`Control: you could probably generate all of those calls with a simple script and place them into a function into a separate file 23:23 DusXMT eg. wool_register_moreores_aliases 23:24 Out`Of`Control nice 23:25 Out`Of`Control is there any sample? i am noob in lua 23:25 DusXMT Out`Of`Control: I meant a shell script, or perhaps perl script 23:25 Out`Of`Control this line works only for one node minetest.register_alias("moreblocks:slab_wool_orange_quarter", "wool:slab_orange_quarter") 23:27 Out`Of`Control to edite map.sqlite ? 23:27 DusXMT Out`Of`Control: I have an idea of how it would be possible, but I don't know if it's possible in lua - I don't remember it. Basically, have a table of the strings, and then run it through a loop (it would call minetest.register_alias on all of those strings) 23:28 Sketch2 it might be similar in nature so lines 20-33 https://github.com/Calinou/moreblocks/blob/master/stairsplus/init.lua 23:33 Out`Of`Control i try 23:34 Sketch2 gimma few mins. I might be able to do it, or at least get you started in the right direction 23:45 Out`Of`Control other names are moreblocks:panel.. 23:58 MinetestBot 02[git] 04kahrl -> 03minetest/minetest: Push error handler afresh each time lua_pcall is used 133304e1e http://git.io/vsjv7 (152015-08-27T01:56:06+02:00) 23:58 MinetestBot 02[git] 04kahrl -> 03minetest/minetest: Use numeric indices and raw table access with LUA_REGISTRYINDEX 138658c8d http://git.io/vsjvF (152015-08-27T01:56:06+02:00)