forked from MineClone5/MineClone5
Add loot into jungle temple trapped chests
This commit is contained in:
parent
8caf8c91dd
commit
0e70e386ea
|
@ -45,7 +45,7 @@ local function on_placed(p1, rotation, pr, size)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Find chests.
|
-- 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
|
-- Add desert temple loot into chests
|
||||||
for c=1, #chests do
|
for c=1, #chests do
|
||||||
|
|
Loading…
Reference in New Issue