Make mobs Minecraft tweaks

This commit is contained in:
Wuzzy 2017-01-16 23:58:09 +01:00
parent b3e595e62e
commit 6ddf602c01
9 changed files with 10 additions and 46 deletions

View file

@ -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)