Time Nick Message 16:44 ircSparky I forget, is it possible to chnage the inventory image of a specific item? 16:48 Jordach inventory_image = "texture.png" 16:48 Jordach +, 16:49 ircSparky ah, so this works for a specific item, or just the item type? 16:50 ircSparky trying to acheive a sort of "animated" look 16:57 Jordach it can only be registered once 17:00 ircSparky ok 19:30 ircSparky https://github.com/MinetestForFun/server-minetestforfun/tree/master/mods/throwing 19:30 ircSparky dumb question, how do i download? 19:30 ircSparky that ^ 19:30 VaultyTowers by downloading 19:30 VaultyTowers crtl f and type in download 19:31 ircSparky 0 of 0 found 19:31 ircSparky *0 found 19:31 VaultyTowers then its not there 19:31 behalebabo ircSparky: I don't believe you can download a specific directory from github, you'd need to clone or get the zip and copy the single directory from that 19:31 VaultyTowers why would you want anything to do with MFF 19:33 ircSparky ok 19:33 ircSparky he has this linked to the advanced throwing 19:33 ircSparky he says it supports pvp 19:37 ircSparky https://forum.minetest.net/viewtopic.php?f=11&t=11437 19:50 OldCoder git clone 19:50 OldCoder Wait 19:51 OldCoder ircSparky, still here? 20:00 ircSparky yea 20:00 ircSparky i downloaded the whole thing 20:00 ircSparky to ill be goo 20:00 ircSparky d 20:26 OldCoder ok 21:23 ircSparky is there a way to know when the player equips a different item? 21:23 ircSparky I want the bows to "unload" when you unequip them 21:27 ircSparky if not, I would make it unload all the other bows when one is shot 21:36 Fixer ircSparky: by downloading entire https://github.com/MinetestForFun/server-minetestforfun/archive/master.zip 21:37 ircSparky yup, I did that, as was able to get the pvp working :) 21:52 ircSparky if you have a minetest.after, does the code following it wait until the after is done? 21:52 behalebabo no 21:52 behalebabo minetest.after registers a function to be called after so much time 21:52 behalebabo but only that function is delayed 21:55 ircSparky ok