mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 13:56:02 +02:00
Update nodes for compatibility with digging time groups.
This commit is contained in:
@ -85,7 +85,7 @@ minetest.register_node("mesecons:mesecon_off", {
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
},
|
||||
material = minetest.digprop_constanttime(0.1),
|
||||
groups = {dig_immediate=3},
|
||||
description="Mesecons",
|
||||
})
|
||||
|
||||
@ -98,7 +98,7 @@ minetest.register_node("mesecons:mesecon_on", {
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
},
|
||||
material = minetest.digprop_constanttime(0.1),
|
||||
groups = {dig_immediate=3},
|
||||
drop = '"mesecons:mesecon_off" 1',
|
||||
light_source = LIGHT_MAX-11,
|
||||
})
|
||||
|
Reference in New Issue
Block a user