Add loot to dungeons (#1921)

This commit is contained in:
sfan5
2017-10-27 13:34:41 +02:00
committed by GitHub
parent 36df80fc45
commit 49cc4c7c63
8 changed files with 310 additions and 3 deletions

View File

@ -7,11 +7,12 @@ read_globals = {
"dump",
"vector",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"PseudoRandom", "PcgRandom",
"ItemStack",
"Settings",
"unpack",
-- Silence "accessing undefined field copy of global table".
table = { fields = { "copy" } }
-- Silence errors about custom table methods.
table = { fields = { "copy", "indexof" } }
}
-- Overwrites minetest.handle_node_drops