Make mobs Minecraft tweaks
This commit is contained in:
parent
b3e595e62e
commit
6ddf602c01
9 changed files with 10 additions and 46 deletions
|
@ -10,7 +10,7 @@ minetest.register_node("mobs:spawner", {
|
|||
drawtype = "glasslike",
|
||||
paramtype = "light",
|
||||
walkable = true,
|
||||
description = S("Mob Spawner"),
|
||||
description = S("Monster Spawner"),
|
||||
groups = {cracky = 1},
|
||||
|
||||
on_construct = function(pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue