mobkit icon indicating copy to clipboard operation
mobkit copied to clipboard

Entity API for Minetest

Results 11 mobkit issues
Sort by recently updated
recently updated
newest added

``` 2022-02-12 07:51:28: WARNING[Server]: collisionMoveSimple: Loop count exceeded, aborting to avoid infiniite loop 2022-02-12 07:51:45: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'petz' in callback luaentity_Step(): Invalid float...

what the description says see https://github.com/TerraQuest-Studios/farlands_reloaded/pull/4/commits/2cf4ee69e6114752efa245329fc1f2c21ea1b41f#diff-09aeb1d3b959dec3d799adbac28fe2873eb63690c2dce713a7b72ac717bbca60R77-R87 and https://github.com/TerraQuest-Studios/farlands_reloaded/pull/4/commits/2cf4ee69e6114752efa245329fc1f2c21ea1b41f#diff-09aeb1d3b959dec3d799adbac28fe2873eb63690c2dce713a7b72ac717bbca60R119-R120

> self.isinliquid -- true if feet submerged in liquid type=source suggestion that this should be changed to true if in source or flowing, however this might break mods that assume...

Minetest Version: 5.4.1 Mobkit update at commit: ddea141b081e087900a6acc5a2a90e8d4e564295 Crash: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod '??' in callback luaentity_Step(): /home/minetest/minetest/bin/../mods/mob_core/hq_lq.lua:177: attempt to index a nil value ERROR[Main]:...

You might be interested in https://content.minetest.net/help/release_webhooks/

In minetest entity models can have textures from multiple files by making the model consist of multiple objects in blender. That way each entree in the textures table becomes a...

Mobs sometimes think they can go places they can't. This PR fixes that. I tested with the sample mobs. ![mobkit](https://user-images.githubusercontent.com/16406771/185462154-6bf34470-4618-4ba0-a9a8-79b4706974c1.jpg)

This fixes the problem of Mobs jumping when on MTG snow. According to lua_api.txt, collision_box has priority over node_box.

2023-03-13 13:42:50: WARNING[Server]: Call to deprecated function 'get_player_velocity', please use 'get_velocity' at ...ibrary/Application Support/minetest/mods/mobkit/init.lua:233

Getting warnings of undeclared variables. Something what would need attention probably. ``` 2022-12-28 16:50:15: WARNING[Server]: Undeclared global variable "colinfo" accessed at ...ibrary/Application Support/minetest/mods/mobkit/init.lua:687 2022-12-28 16:50:15: WARNING[Server]: Undeclared global variable "colinfo"...