This commit is contained in:
Elias Fleckenstein 2021-02-18 08:58:28 +01:00
parent 18a8d011a2
commit 69959fe816
1 changed files with 1 additions and 0 deletions

View File

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