mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 15:11:05 +01:00
Don't make mob spawner drop itself
This commit is contained in:
parent
d470472097
commit
6d34640728
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue