A Minetest mod which adds simple mine shafts. Compatible with Treasurer.
Go to file
bri cassa 157173f627 Delete depends.txt and description.txt, add mod.conf 2022-07-07 19:14:12 +02:00
README.md Version 0.6 2016-11-19 02:37:28 +01:00
init.lua Merge branch 'orcz' 2021-02-27 23:35:22 +01:00
mod.conf Delete depends.txt and description.txt, add mod.conf 2022-07-07 19:14:12 +02: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)