mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +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"},
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user