remove default dependency
This commit is contained in:
@@ -335,7 +335,6 @@ minetest.register_node ("lwcomponents:digiswitch", {
|
||||
paramtype = "none",
|
||||
param1 = 0,
|
||||
groups = { cracky = 2, oddly_breakable_by_hand = 2, wires_connect = 1 },
|
||||
sounds = default.node_sound_stone_defaults (),
|
||||
mesecons = mesecon_support (),
|
||||
digiline = digilines_support (),
|
||||
_digistuff_channelcopier_fieldname = "channel",
|
||||
@@ -363,7 +362,6 @@ minetest.register_node ("lwcomponents:digiswitch_on", {
|
||||
paramtype = "none",
|
||||
param1 = 0,
|
||||
groups = { cracky = 2, oddly_breakable_by_hand = 2, not_in_creative_inventory = 1, wires_connect = 1 },
|
||||
sounds = default.node_sound_stone_defaults (),
|
||||
mesecons = mesecon_support_on (),
|
||||
digiline = digilines_support (),
|
||||
_digistuff_channelcopier_fieldname = "channel",
|
||||
|
Reference in New Issue
Block a user