Add loot to dungeons (#1921)
This commit is contained in:
parent
36df80fc45
commit
49cc4c7c63
8 changed files with 310 additions and 3 deletions
11
mods/dungeon_loot/README.txt
Normal file
11
mods/dungeon_loot/README.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue