A Minetest mod which adds simple mine shafts. Compatible with Treasurer.
Přejít na soubor
Wuzzy fd36f35753 Version 0.6 2016-11-19 02:37:28 +01:00
README.md Version 0.6 2016-11-19 02:37:28 +01:00
depends.txt Add optional Treasurer support 2014-10-09 17:17:46 +02:00
description.txt Add description and mod.conf 2016-03-26 20:43:39 +01:00
init.lua Use new doc_items field name 2016-11-16 06:45:32 +01:00
mod.conf Add description and mod.conf 2016-03-26 20:43:39 +01:00
screenshot.png Update screenshot size to 300×200 2016-11-12 22:05:44 +01:00
settingtypes.txt Add settingtypes.txt 2016-11-03 22:18:41 +01:00

README.md

Mines (with Treasurer support)

  • Short name: tsm_mines
  • Version: 0.6

Using the mod

This mod adds abandoned mines in the underground.

You can find chests with different stuff like food, resources, ingots or even tools. If you have the Treasurer mod enabled and some treasure registration mods (TRMs), you will find stuff from other mods as well.

Remember that this mod is still in alpha stage!

Settings

You can change the spawing of mines by adding/changing these values in minetest.conf or advanced configuration:

  • mines_deep_min: At this depth mines are created (default: -64)
  • mines_deep_max: Up to this depth mines are created (default: -380)
  • mines_spawnfactor: Increase this value to generate more mines (default: 1.5)

License

This mod is free software and licensed under the MIT License.

Contributors

  • Started by BlockMen in 2013
  • Forked by Wuzzy later
  • cHyper (For setting mine depth by configuration)