1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 16:30:32 +02:00

Make mummy spawners unbreakable

This commit is contained in:
LeMagnesium 2015-03-14 17:30:42 +01:00
parent 6951bd470f
commit a998175046

View File

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