nalc_game/mods/dungeon_loot
sfan5 3a863053c0
Dungeon loot: Warn on unknown registered loot items (#2613)
2020-03-06 21:51:07 +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 Dungeon loot: Warn on unknown registered loot items (#2613) 2020-03-06 21:51:07 +01: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)