mod-cmer_skeleton/README.md

35 lines
758 B
Markdown
Raw Normal View History

2021-05-23 06:49:52 -07:00
## Skeleton for Minetest
### Description:
2021-08-12 22:25:54 -07:00
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.
2021-05-23 06:49:52 -07:00
### Licensing:
- Code: [MIT](LICENSE.txt)
- Textures:
- [cmer_skeleton_mesh](http://minetest.fensta.bplaced.net/#id=1141): by I don't know (CC BY-SA 3.0)
2021-05-23 08:09:46 -07:00
- [cmer_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)
2021-05-23 06:49:52 -07:00
### Requirements:
2021-08-12 22:25:54 -07:00
```
Minetest min version: 5.0
2021-08-12 22:25:54 -07:00
Depends: none
2021-05-23 06:49:52 -07:00
2021-08-12 22:25:54 -07:00
Optional depends:
- mobs
- cmer
- creatures
- asm_spawneggs
- sounds
```
2021-05-23 06:49:52 -07:00
### Links:
2021-08-12 18:29:26 -07:00
- [Changelog](changelog.txt)
2021-05-23 06:49:52 -07:00
- [TODO](TODO.txt)