More blast resistance definitions
This commit is contained in:
parent
0aeb109c64
commit
2af57ea853
13 changed files with 64 additions and 22 deletions
|
@ -189,6 +189,7 @@ minetest.register_node("mesecons_commandblock:commandblock_off", {
|
|||
mesecons = {effector = {
|
||||
action_on = commandblock_action_on
|
||||
}},
|
||||
mcl_blast_resistance = 18000000,
|
||||
})
|
||||
|
||||
minetest.register_node("mesecons_commandblock:commandblock_on", {
|
||||
|
@ -204,5 +205,6 @@ minetest.register_node("mesecons_commandblock:commandblock_on", {
|
|||
sounds = mcl_sounds.node_sound_stone_defaults(),
|
||||
mesecons = {effector = {
|
||||
action_off = commandblock_action_off
|
||||
}}
|
||||
}},
|
||||
mcl_blast_resistance = 18000000,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue