Compare commits

...

5 Commits

4 changed files with 11 additions and 2 deletions

View File

@ -4,11 +4,13 @@
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.
<img src="screenshot.png" width="250" />
### 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_mesh](https://github.com/MultiCraft/MultiCraft_game/blob/df93498/files/mobs/mobs_monster/textures/mobs_skeleton.png): (C) 2016 MultiCraft Development Team (CC BY-SA 4.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)
@ -28,6 +30,8 @@ Optional depends:
- sounds
```
***NOTE:** `mobs` & `cmer` are listed as optional depends so that either can be used. But it is required that at least one is installed. `mobs` will take precedence over `cmer`.*
### Links:
- [![ContentDB](https://content.minetest.net/packages/AntumDeluge/skeleton/shields/title/)](https://content.minetest.net/packages/AntumDeluge/skeleton/)

View File

@ -1,4 +1,9 @@
v1.1.1
------
- fix skeleton_mesh.png license & attribute to (C) 2016 MultiCraft Development Team
v1.1
----
- mob library support:

View File

@ -1,7 +1,7 @@
name = skeleton
title = Skeleton
description = A skeleton mob using the mobs_redo or cmer API.
version = 1.1
version = 1.1.1
author = Jordan Irwin (AntumDeluge)
license = MIT
min_minetest_version = 5.0

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 KiB