This commit is contained in:
Elias Fleckenstein 2021-02-24 08:33:35 +01:00
parent 4334339ba3
commit 6780031454
1 changed files with 1 additions and 1 deletions

View File

@ -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)