mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-30 05:40:24 +02:00
Add loot to dungeons (#1921)
This commit is contained in:
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")
|
Reference in New Issue
Block a user