## Skeleton for Minetest ### Description: A skeleton mob using the [cmer (Creatures Revived)](https://forum.minetest.net/viewtopic.php?t=26684) or [mobs_redo](https://content.minetest.net/packages/TenPlus1/mobs/) API. ### Licensing: - Code: [MIT](LICENSE.txt) - Textures: - [skeleton_mesh](http://minetest.fensta.bplaced.net/#id=1141): by I don't know (CC BY-SA 3.0) - [skeleton_bone](https://opengameart.org/node/3755): by bart (CC0) - Models: - [creatures_zombie.b3d](https://github.com/BlockMen/cme): by BlockMen (CC-BY-SA 3.0) ### Requirements: ``` Minetest min version: 5.0 Depends: none Optional depends: - mobs - cmer - creatures - asm_spawneggs - sounds ``` ### Links: - [Changelog](changelog.txt) - [TODO](TODO.txt)