minetest_game/mods/dungeon_loot
Paramat 8678265125 Dungeon loot: Avoid empty 'if' branch to satisfy lua check 2019-03-31 22:26:33 +02:00
..
README.txt Add loot to dungeons (#1921) 2017-10-27 13:34:41 +02:00
depends.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 Add loot to dungeons (#1921) 2017-10-27 13:34:41 +02:00
mapgen.lua Dungeon loot: Avoid empty 'if' branch to satisfy lua check 2019-03-31 22:26:33 +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)