Don't make mob spawner drop itself

This commit is contained in:
Wuzzy 2017-02-01 21:09:24 +01:00
parent d470472097
commit 6d34640728
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ minetest.register_node("mobs:spawner", {
walkable = true,
description = S("Monster Spawner"),
groups = {cracky = 1, not_in_creative_inventory = 1},
drop = "",
on_construct = function(pos)