More blast resistance definitions
This commit is contained in:
parent
0aeb109c64
commit
2af57ea853
13 changed files with 64 additions and 22 deletions
|
@ -9,7 +9,8 @@ minetest.register_node("mesecons_lightstone:lightstone_off", {
|
|||
action_on = function (pos, node)
|
||||
mesecon:swap_node(pos, "mesecons_lightstone:lightstone_on")
|
||||
end
|
||||
}}
|
||||
}},
|
||||
_mcl_blast_resistance = 1.5,
|
||||
})
|
||||
|
||||
minetest.register_node("mesecons_lightstone:lightstone_on", {
|
||||
|
@ -25,7 +26,8 @@ minetest.register_node("mesecons_lightstone:lightstone_on", {
|
|||
action_off = function (pos, node)
|
||||
mesecon:swap_node(pos, "mesecons_lightstone:lightstone_off")
|
||||
end
|
||||
}}
|
||||
}},
|
||||
_mcl_blast_resistance = 1.5,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue