mobs/README.md

82 lines
3.8 KiB
Markdown
Raw Normal View History

2020-04-16 18:04:29 -07:00
# [MOD] Simple Mobs [mobs] for MINETEST-C55 #
2012-09-15 17:02:36 +02:00
2020-04-16 18:04:29 -07:00
This mod, Forked from PilzAdam's [Simple Mobs](https://forum.minetest.net/viewtopic.php?id=3063), adds some basic hostile and friendly mobs to the game. It includes additional mobs and rotton meat, which were originally provided in another mod called [my_mobs](https://forum.minetest.net/viewtopic.php?f=11&t=4082). However my_mobs cages has not been included.
2012-09-15 17:02:36 +02:00
2020-04-16 18:04:29 -07:00
Since the [original](https://github.com/PilzAdam/mobs) mod is no longer maintained and the author of my_mobs wished to continue it's development, the two have been merged.
2012-09-15 17:02:36 +02:00
2020-04-16 18:04:29 -07:00
Upstream contributions have been included from:
- [cnelsonsic](https://github.com/cnelsonsic)
- [CSPS-HaydenWoods](https://github.com/CSPS-HaydenWoods)
- [ElectricSolstice](https://github.com/ElectricSolstice)
- [MirceaKitsune](https://github.com/MirceaKitsune)
2012-09-15 17:02:36 +02:00
2020-04-16 18:04:29 -07:00
## The Mobs ##
2020-04-09 19:33:40 -07:00
2020-04-16 18:04:29 -07:00
### Animals ###
- [x] Cow (and milk)
- [x] Rabbit
- [x] Racoon
- [x] Rat
- [x] Sheep
2020-04-09 19:33:40 -07:00
2020-04-16 18:04:29 -07:00
### Monsters ###
- [x] Dirt Monster
- [x] Dungeon Master
- [x] Oerkki
- [x] Sand Monster
- [x] Stone Monster
- [x] Tree Monster
2020-04-09 19:33:40 -07:00
2020-04-16 18:04:29 -07:00
## Miscellaneous ##
- [x] Raw and Cooked Meat
- [x] Meat spoilage if it remains uncooked
-- [ ] Raw meet can be preserved through "cheating" or using a refridgerator provided
2020-04-16 18:16:06 -07:00
by VanessaE's [Home Decor](https://gitlab.com/VanessaE/homedecor_modpack) Mod
2020-04-16 18:04:29 -07:00
- [ ] Overcooking and using the result to make dye (untested)
- [ ] Cages for Pet Rodents (TODO: move into separate mod)
-- They must be fed apples and have a bucket of water available to survive
2020-04-09 19:33:40 -07:00
2020-04-16 18:04:29 -07:00
## KNOWN BUGS ##
- [ ] If you drink milk from a stack of vessels, you will not recieve the empty vessel.
2012-09-19 17:16:19 +02:00
2020-04-09 19:33:40 -07:00
2020-04-16 18:04:29 -07:00
## ETHICAL DISCLOSURE ##
The sourcecode (by PilzAdam), models (by Pavel_S), and other graphics (unless otherwise noted) were originally released under the *WTFPL* (see below).
### Cow Assets ###
2020-04-16 18:16:06 -07:00
The cow texture was created by [rinoux](https://forum.minetest.net/memberlist.php?mode=viewprofile&u=1128). It was retrieved from the [mobf](https://wiki.minetest.net/Mods/MOB_Framework) mod by [sapier](https://forum.minetest.net/memberlist.php?mode=viewprofile&u=231). The cow's dry-up sound came from there too, which reports that the graphic is under WTFPL and the [sound](http://commons.wikimedia.org/wiki/Category:Mudchute_Park_and_Farm) was created by [Secretlondon](http://commons.wikimedia.org/wiki/User:Secretlondon).
2020-04-16 18:04:29 -07:00
### Rodent Assets ###
The rabbit and rat textures were acquired from cornernote's [critters](http://minetest.net/forum/viewtopic.php?id=3337) modpack. It's README.txt reports:
2020-04-11 03:50:26 -07:00
Artist: Martin Berube (Available for custom work)
2020-04-16 18:04:29 -07:00
Iconset Homepage: [http://www.graphics-and-desktop-icons.com/animal-icons.html](http://www.graphics-and-desktop-icons.com/animal-icons.html)
2020-04-11 03:50:26 -07:00
License: Freeware
Commercial usage: Allowed
Readme file: textures/terms-of-use.txt -->[ I include it, but renamed to rabbit_terms-of-use.txt ]
2020-04-16 18:04:29 -07:00
The current rat-in-cage image is also adapted from one of the critters from the same source as the rabbit.
## Sound Assets ##
The rest of the sounds were found at various locations that I don't recall, unless otherwise acknowledged in changes.txt. If you own one of them, I will remove it and delete all copies of it, at you're request.
2020-04-09 19:33:40 -07:00
2020-04-16 18:04:29 -07:00
## Other Assets ##
The unused images were created by me using [THE GIMP](http://www.gimp.org/)
2012-09-15 17:02:36 +02:00
2020-04-16 18:04:29 -07:00
## WTFPL ##
2020-04-09 20:42:28 -07:00
2020-04-16 18:04:29 -07:00
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
2012-09-15 17:02:36 +02:00
2020-04-16 18:04:29 -07:00
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
2012-09-15 17:02:36 +02:00
2020-04-16 18:04:29 -07:00
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
2012-09-15 17:02:36 +02:00
2020-04-16 18:04:29 -07:00
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2012-09-15 17:02:36 +02:00
2020-04-16 18:04:29 -07:00
0. You just DO WHAT THE FUCK YOU WANT TO.