Make mummy spawners unbreakable

This commit is contained in:
LeMagnesium 2015-03-14 17:30:42 +01:00
parent 6951bd470f
commit a998175046
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ minetest.register_node("tsm_pyramids:spawner_mummy", {
tiles = {"tsm_pyramids_spawner.png"},
is_ground_content = true,
drawtype = "allfaces",--_optional",
groups = {cracky=1,level=1},
groups = {unbreakable=1},
drop = "",
on_construct = function(pos)
pos.y = pos.y - 0.28