We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f155f commit 93aa24dCopy full SHA for 93aa24d
mesecons_extrawires/corner.lua
@@ -30,7 +30,6 @@ minetest.register_node("mesecons_extrawires:corner_on", {
30
walkable = false,
31
sunlight_propagates = true,
32
selection_box = corner_selectionbox,
33
- node_box = corner_nodebox,
34
groups = {dig_immediate = 3, not_in_creative_inventory = 1},
35
drop = "mesecons_extrawires:corner_off",
36
sounds = default.node_sound_defaults(),
@@ -58,7 +57,6 @@ minetest.register_node("mesecons_extrawires:corner_off", {
58
57
59
60
61
62
groups = {dig_immediate = 3},
63
64
mesecons = {conductor =
0 commit comments