remove default dependency

This commit is contained in:
2022-08-18 16:45:35 +02:00
parent 69445d1eb4
commit 1afb8f77a0
30 changed files with 18 additions and 309 deletions

View File

@@ -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",