forked from VoxeLibre/VoxeLibre
Fix #1142
This commit is contained in:
parent
18a8d011a2
commit
69959fe816
|
@ -313,6 +313,7 @@ minetest.register_node("mcl_mobspawners:spawner", {
|
||||||
if obj then
|
if obj then
|
||||||
obj:remove()
|
obj:remove()
|
||||||
end
|
end
|
||||||
|
mcl_experience.throw_experience(math.random(15, 43))
|
||||||
end,
|
end,
|
||||||
|
|
||||||
on_punch = function(pos)
|
on_punch = function(pos)
|
||||||
|
|
Loading…
Reference in New Issue