Time Nick Message 07:56 bebebeko guys, is there a way to change the texture for a specific entity "on the fly" (after he was created)? 08:00 bebebeko oh sh~ https://github.com/minetest/minetest/issues/3528 08:05 bebebeko very sad :( 08:07 Astrobe Proly best you can do: https://forum.minetest.net/viewtopic.php?f=9&t=25089 08:16 bebebeko Astrobe: thank you, nice catch! looks like i just need to calc entity:set_properties with new textures like this https://codeberg.org/Hamlet/mobs_mime/src/branch/master/core/procedures.lua#L43 08:16 bebebeko s/calc/call/ 08:41 bebebeko Astrobe: it works! thank you again 10:13 bebebeko what the best and easiest way to get information about in which tool player uses to punching the entity? i have tried to get tool info in event:on_punched(... tool_capabilites ..) but tool_capabilites contains metrics of the tool :/ 10:17 bebebeko s/event:on_punched/entity:on_punched/ ofc 10:18 sfan5 check the wielded item of the puncher 11:00 bebebeko sfan5: thank you very much 13:53 specing Now this is interesting 13:53 specing a blinky plant stopped working - permanent on 13:54 calcul0n_ i've seen that a couple time, seems to be a problem with mesecons queue 13:55 calcul0n_ if it's a singleplayer game restarting it should be enough 13:55 specing That means that I cannot rely on blinky plants to clear furnace/crafter stock. I must use digiline injectors 13:57 calcul0n_ i mean i've seen that maybe two times in years :) 16:01 fruitsnack Hey, there's a long time problem with minetest that I've had, there seems to be a memory leak on every server reconnect. I'm restarting my local server quite often while working on mods and my minetest process keeps on grabbing more ram 16:01 MinetestBot 02[git] 04An0n3m0us -> 03minetest/minetest_game: Add correct front texture to cart texture (#2720) 1312f75ab https://git.io/JJ4Rp (152020-07-24T15:59:42Z) 16:01 fruitsnack For example it reaches ~15 gb usage in around 15-20 reconnects 16:02 sfan5 has already been reported 16:02 Krock multiple times actually 16:02 fruitsnack ok that's what I wanted to know 16:02 fruitsnack In fact I just realized I could've went to github repo and check issues 16:03 Krock some media is not cleaned up after leaving a server. long term issue 22:45 swift110 hey all