forked from VoxeLibre/VoxeLibre
Don't make mob spawner drop itself
This commit is contained in:
parent
d470472097
commit
6d34640728
|
@ -12,6 +12,7 @@ minetest.register_node("mobs:spawner", {
|
||||||
walkable = true,
|
walkable = true,
|
||||||
description = S("Monster Spawner"),
|
description = S("Monster Spawner"),
|
||||||
groups = {cracky = 1, not_in_creative_inventory = 1},
|
groups = {cracky = 1, not_in_creative_inventory = 1},
|
||||||
|
drop = "",
|
||||||
|
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue