mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 00:21:07 +01:00
Fix #1181
This commit is contained in:
parent
4334339ba3
commit
6780031454
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ minetest.register_node("mcl_mobspawners:spawner", {
|
|||
if obj then
|
||||
obj:remove()
|
||||
end
|
||||
mcl_experience.throw_experience(math.random(15, 43))
|
||||
mcl_experience.throw_experience(pos, math.random(15, 43))
|
||||
end,
|
||||
|
||||
on_punch = function(pos)
|
||||
|
|
Loading…
Reference in a new issue