Add loot into jungle temple trapped chests

This commit is contained in:
kay27 2022-01-17 06:37:15 +04:00
parent 8caf8c91dd
commit 0e70e386ea
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ local function on_placed(p1, rotation, pr, size)
end
-- Find chests.
local chests = minetest.find_nodes_in_area(p1, {x = p2.x, y = p1.y + 5, z = p2.z}, "mcl_chests:chest")
local chests = minetest.find_nodes_in_area(p1, {x = p2.x, y = p1.y + 5, z = p2.z}, "mcl_chests:trapped_chest_small")
-- Add desert temple loot into chests
for c=1, #chests do