Add loot to dungeons (#1921)
This commit is contained in:
parent
36df80fc45
commit
49cc4c7c63
8 changed files with 310 additions and 3 deletions
8
mods/dungeon_loot/init.lua
Normal file
8
mods/dungeon_loot/init.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
dungeon_loot = {}
|
||||
|
||||
dungeon_loot.CHESTS_MIN = 0 -- not necessarily in a single dungeon
|
||||
dungeon_loot.CHESTS_MAX = 2
|
||||
dungeon_loot.STACKS_PER_CHEST_MAX = 8
|
||||
|
||||
dofile(minetest.get_modpath("dungeon_loot") .. "/loot.lua")
|
||||
dofile(minetest.get_modpath("dungeon_loot") .. "/mapgen.lua")
|
Loading…
Add table
Add a link
Reference in a new issue