Time Nick Message 11:15 MinetestBot TenPlus1: Apr-20 12:50 UTC http://irc.minetest.net/minetest-hub/2020-04-20#i_5672297 11:15 TenPlus1 hi folks, hey Krock 11:16 TenPlus1 is anyone available that could assist with an entity issue ?!?! 11:16 sfan5 depends on the question you have ;) 11:16 TenPlus1 hi sfan :) 11:17 TenPlus1 am trying to add a working mob counter so that on_activate only counts a mob once, but it gets called multiple times when mob is active and out of range 11:17 TenPlus1 am getting double figures when I go away and come back again 11:20 TenPlus1 dont suppose there's an on_unload() function for entities ? 11:20 sfan5 hm 11:20 sfan5 not directly no 11:20 sfan5 get_staticdata is called before unloading 11:21 sfan5 but just like on_activate I don't think there are any guarantees how often it is called 11:21 TenPlus1 mob spawns naturally, +1, use mob egg, +1, mob dies, -1, but walk away and it unloads, then return and it adds itself to count even though it's alredy been counted 11:22 TenPlus1 hrm, that's the issue, it's called a lot 11:22 TenPlus1 we may need a specific function when entities are unloaded from an area 11:23 TenPlus1 or a flag for staticdata that specifies if the entity is first activated or re-loading 11:37 TenPlus1 apologies for the annoying question so early :D 11:56 TenPlus1 hi longer 11:56 longerstaff13 hey :P 12:30 TenPlus1 mob api uploaded to notabug, counter disabled, removed immortal group, uses armor groups now :) 12:56 TenPlus1 https://github.com/minetest/minetest/issues/9867 13:21 TenPlus1 laters folks o/ 15:14 ANAND sfan5: https://support.github.com/contact/feedback?contact[subject]=Product+feedback&contact[category]=notifications 15:15 ANAND The "Give feedback" from GH notifications 16:53 Calinou hmm, I noticed I'm the only one to have write access to minetest-mods/moreblocks apparently 16:53 Calinou I thought all members of the minetest-mods organization were already able to write to it 16:53 Calinou (which makes sense, in case I become unavailable) 16:54 sfan5 even if you are only one with write access, admins of the minetest-mods org should be able to change that if necessary 16:56 Calinou yeah, feel free to do that, I could add people individually but it's tedious 16:56 sfan5 do you want to add everyone?