mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 08:10:38 +01:00
Make mummy spawners unbreakable
This commit is contained in:
parent
6951bd470f
commit
a998175046
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user