Time Nick Message 16:22 Sheriff_U3 Question about mobkit: How do I get the mobs to attack and kill other mobs? I've been able to get them to attack myself and other mobs with mobkit.hq_hunt, and they do hit me till I die, but when attacking another mobs they'll run up and look like their attacking them, but they don't do any damage. What I don't get is how their able to damage me, but not other mobs. 16:24 Sheriff_U3 Here's my on_punch definition for all the mobs: https://codeberg.org/Sheriff_U3/blockd/src/branch/main/mods/BLK_ENTITIES/mobs/rooster.lua#L83 17:07 whosit Sheriff_U3: add print() near mobkit's call to punch() inside hq_hunt, and go from there... 17:15 Sheriff_U3 k 17:37 Sheriff_U3 whosit: I've put them in, it seems that there's an issue with them not punching the other mob, they make the jumpattack, but for some reason the conditions are not getting met for them to punch the mob. I'll look into checking what condition is failing. 17:42 Sheriff_U3 looks like the issue is the chicken and rooster collision box too small for the wolf to attack... Well I guess the chickens get to grow a little. 17:42 Sheriff_U3 thanks for the help 17:56 whosit you're welcome :) sadly, these libraries are far from perfect, so you'll have to dig into them :p (I'm still not sure if any mobs use/low queue system for any benefit... 17:56 whosit (and wonder where it came from, first time seeing it in mobkit...) 19:03 MinetestBot 02[git] 04SmallJoker -> 03luanti-org/luanti: Docs: Add mkdocs instructions 13a4db3c8 https://github.com/luanti-org/luanti/commit/a4db3c831c7be523ff22720323e25fe7f0ed0f6d (152026-02-27T19:00:28Z) 19:03 MinetestBot 02[git] 04SmallJoker -> 03luanti-org/luanti: Lua API: Improve [crack documentation 13fb693bb https://github.com/luanti-org/luanti/commit/fb693bb08cbdba58d2f8d264a2286ad852b9a44c (152026-02-27T19:00:28Z) 19:03 MinetestBot 02[git] 04SmallJoker -> 03luanti-org/luanti: Improve setting descriptions 132fe8bfe https://github.com/luanti-org/luanti/commit/2fe8bfe90cda009934c238a6622be5372c0b1c06 (152026-02-27T19:00:28Z) 19:03 MinetestBot 02[git] 04SmallJoker -> 03luanti-org/luanti: Lua API: document texture load priorities 1382ed395 https://github.com/luanti-org/luanti/commit/82ed3957f813861c95692351377641b8a75b785a (152026-02-27T19:00:28Z) 19:03 MinetestBot 02[git] (3 newer commits not shown) 19:57 swee can bind_address specify multiple IPs or is it just one? 19:57 swee in server 19:58 sfan5 just one 20:13 swee oh