Update screenshot size to 300×200
[tsm_mines.git] / README.txt
blobc67f07dc3bc6db9d0c93c636e358dd9697771962
1 Minetest mod: Mines (with Treasurer support)\r
2 Short name: tsm_mines\r
3 Version: 0.5\r
4 \r
5 License of source code and textures: WTFPL\r
6 -----------------------------------------\r
7 Started by BlockMen in 2013.\r
8 Forked by Wuzzy later.\r
9 \r
10 Contributors:\r
11 -------------\r
12 cHyper (mine deep can be set by .conf)\r
14 This program is free software. It comes without any warranty, to\r
15 the extent permitted by applicable law. You can redistribute it\r
16 and/or modify it under the terms of the Do What The Fuck You Want\r
17 To Public License, Version 2, as published by Sam Hocevar. See\r
18 http://sam.zoy.org/wtfpl/COPYING for more details.\r
21 Using the mod:\r
22 --------------\r
23 This mod adds abandoned mines in the underground.\r
25 You can find chests with different stuff like food, resources, ingots or even tools.\r
26 If you have the Treasurer mod enabled and some treasure registration mods (TRMs), you\r
27 will find stuff from other mods as well.\r
29 Remember that this mod is still in alpha stage!\r
31 Settings\r
32 --------\r
34 You can change the spawing of mines by adding/changing these values in minetest.conf\r
35 (value after equals sign is default value):\r
37 mines_deep_min = -64\r
38         At this depth mines are created\r
40 mines_deep_max = -380\r
41         Up to this depth mines are created\r
43 mines_spawnfactor = 1.5\r
44         Increase this value to generate more mines\r