forked from VoxeLibre/VoxeLibre
Fix #1181
This commit is contained in:
parent
4334339ba3
commit
6780031454
|
@ -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 New Issue