Go to file
A. Demant a6f6d2e9bb error during adding drop_item 2019-02-18 15:45:41 +01:00
textures changed initial fill of treasure nodes 2019-02-06 14:51:51 +01:00
README.md add short api to readme 2019-02-13 05:29:29 +01:00
api.lua error during adding drop_item 2019-02-18 15:45:41 +01:00
config.lua copy from minerdream 2019-02-06 06:22:18 +01:00
depends.txt depend.txt for 0.4.* 2019-02-17 16:46:25 +01:00
init.lua copy from minerdream 2019-02-06 06:22:18 +01:00
license.txt initial commit 2019-02-01 09:49:26 +01:00
map_gen.lua copy from minerdream 2019-02-06 06:22:18 +01:00
mod.conf initial commit 2019-02-01 09:49:26 +01:00
settingtypes.txt initial commit 2019-02-01 09:49:26 +01:00
treasures.lua check if additional items already registered 2019-02-06 17:01:13 +01:00

README.md

License: MIT

Minetest mod: Treasure

Main repository:

https://notabug.org/ademant/treasures.git

Mirrors:

https://gitlab.com/ademant/treasures.git

https://github.com/ademant/treasures.git

Short description

Outsource of treasure nodes from minerdream.

Longer description

Five loot nodes are defined (treasures:treasure1 .. treasures:treasure5), which can be found in different depths. The possible drop items can be extended by other mods.

API:

  • treasures.add_treasure(name,treasure_def) add a new node similar to minetest.register_node
  • treasures.map_treasure(name,map_def) add the definition for map generation to treasure
  • treasures.add_drop(name,drop_def) add to treasure a new drop item (and optional rarety).

Authors of source code

daviddoesminetest (MIT)

ademant (MIT)

Authors of media (textures)