mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-20 09:53:46 +01:00
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,
|
||||
description = S("Monster Spawner"),
|
||||
groups = {cracky = 1, not_in_creative_inventory = 1},
|
||||
drop = "",
|
||||
|
||||
on_construct = function(pos)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user