minetest_game/mods/dungeon_loot
An0n3m0us 8d9aa07752
Sort loot registration into respective mods (#2602)
2020-02-23 14:41:13 +01:00
..
README.txt Add loot to dungeons (#1921) 2017-10-27 13:34:41 +02:00
init.lua Add loot to dungeons (#1921) 2017-10-27 13:34:41 +02:00
license.txt Add loot to dungeons (#1921) 2017-10-27 13:34:41 +02:00
loot.lua Sort loot registration into respective mods (#2602) 2020-02-23 14:41:13 +01:00
mapgen.lua Fix potential crash when few loot items are registered 2019-07-16 23:29:29 +02:00
mod.conf Switch to mod.conf, delete deprecated depends.txt 2019-07-17 00:38:23 +02:00

README.txt

Minetest Game mod: dungeon_loot
===============================
Adds randomly generated chests with some "loot" to generated dungeons,
an API to register additional loot is provided.
Only works if dungeons are actually enabled in mapgen flags.

License information can be found in license.txt

Authors of source code
----------------------
Originally by sfan5 (MIT)