simpletraps/README.md

30 lines
1.7 KiB
Markdown
Raw Normal View History

2022-01-01 21:06:51 -08:00
# Simple Traps [simpletraps]
2022-01-01 22:02:06 -08:00
Mod for Minetest Game, that adds simple trap blocks (players can fall through 'em)
[![ContentDB](https://content.minetest.net/packages/rudzik8/simpletraps/shields/downloads/)](https://content.minetest.net/packages/rudzik8/simpletraps/)
2022-01-01 22:02:06 -08:00
![Screenshot](https://content.minetest.net/uploads/b1ab0b775d.png)
2022-01-01 21:06:51 -08:00
## Crafts
**Trap block:**
2022-01-01 21:17:25 -08:00
2022-01-01 22:02:06 -08:00
![Craft](https://content.minetest.net/uploads/681a25ed5b.png)
2022-01-01 21:06:51 -08:00
**Other:**
2022-01-02 01:34:19 -08:00
To craft trapped version of the block (currently supported only stone, dirt, dirt with grass, sand and stone bricks) you can combine trap block and normal block.
2022-01-01 22:02:06 -08:00
For example, crafting recipe of trapped stone:
2022-01-01 21:06:51 -08:00
2022-01-01 22:02:06 -08:00
![Craft](https://content.minetest.net/uploads/e3a73aa318.png)
2022-01-01 21:06:51 -08:00
2022-01-02 06:43:24 -08:00
## License
**For code:** This work is licensed under the GNU Lesser General Public License, version 2.1. To view a copy of this license, visit https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
2022-01-02 06:43:38 -08:00
2022-01-02 06:43:24 -08:00
**For media:** This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/3.0/
2022-01-01 21:06:51 -08:00
## Credits
2022-01-02 07:02:00 -08:00
Trap block texture is a derivative from two sources (from the Default mod, included in MTG):
1. [Apple wood planks](https://github.com/minetest/minetest_game/blob/master/mods/default/textures/default_wood.png) texture (default_wood.png) by [BlockMen](https://github.com/BlockMen), used under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) / Combined with the next source
2. [Simple leaves](https://github.com/minetest/minetest_game/blob/master/mods/default/textures/default_leaves_simple.png) texture (default_leaves_simple.png) by [celeron55](https://github.com/celeron55), used under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)