Skip to content

Commit eccb10f

Browse files
committed
Add 'spider' from 'mobs_monster' @ Git commit 1561ec1:
https://github.com/tenplus1/mobs_monster/tree/1561ec1
1 parent 779aafa commit eccb10f

File tree

7 files changed

+6265
-2
lines changed

7 files changed

+6265
-2
lines changed

README.md

+30-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# mod-mob_spider
2-
Spider mod for Minetest
1+
## Spider mod for [Minetest][]
2+
3+
4+
---
5+
### **Description:**
6+
7+
Spider mod extracted from *[mobs_monster][]* @ [Git commit 1561ec1][ver.mobs_monster].
8+
9+
[b]Mob description:[/b]
10+
- Found in dark holes inside desertstone (crystal biomes in ethereal), spiders wait for prey to amble past and strike. They are mostly docile during the day though unless hit. Will drop string when killed.
11+
12+
---
13+
### **Dependencies:**
14+
15+
- **Required:**
16+
- ***[mobs (mobs_redo)][mobs_redo]***
17+
18+
19+
---
20+
### **Licensing:**
21+
22+
[MIT](license.txt)
23+
24+
25+
[Minetest]: http://www.minetest.net/
26+
27+
[mobs_monster]: https://github.com/tenplus1/mobs_monster
28+
[mobs_redo]: https://forum.minetest.net/viewtopic.php?t=9917
29+
30+
[ver.mobs_monster]: https://github.com/tenplus1/mobs_monster/tree/1561ec1

license.txt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 TenPlus1
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

0 commit comments

Comments
 (0)