mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-22 15:15:15 +02:00
Fix #1142
This commit is contained in:
parent
18a8d011a2
commit
69959fe816
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ minetest.register_node("mcl_mobspawners:spawner", {
|
|||
if obj then
|
||||
obj:remove()
|
||||
end
|
||||
mcl_experience.throw_experience(math.random(15, 43))
|
||||
end,
|
||||
|
||||
on_punch = function(pos)
|
||||
|
|
Loading…
Add table
Reference in a new issue