mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Fix Structure loot generation (again) lol
This commit is contained in:
parent
7f2f565946
commit
9ae9f8b3da
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function mcl_structures.fill_chests(p1,p2,loot,pr)
|
|||
end
|
||||
|
||||
local function generate_loot(pos, def, pr)
|
||||
local hl = def.sidelen / 2
|
||||
local hl = def.sidelen
|
||||
local p1 = vector.offset(pos,-hl,-hl,-hl)
|
||||
local p2 = vector.offset(pos,hl,hl,hl)
|
||||
if def.loot then mcl_structures.fill_chests(p1,p2,def.loot,pr) end
|
||||
|
|
Loading…
Reference in a new issue