forked from minetest-mods/mesecons
Remove obsolete digprop_constanttime
This commit is contained in:
parent
48337a4df8
commit
b2c5a672e7
|
@ -28,7 +28,6 @@ minetest.register_node(nodename, {
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = true,
|
walkable = true,
|
||||||
groups = groups,
|
groups = groups,
|
||||||
material = minetest.digprop_constanttime(1.0),
|
|
||||||
drop = '"mesecons_microcontroller:microcontroller0000" 1',
|
drop = '"mesecons_microcontroller:microcontroller0000" 1',
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user