Skip to content

Commit

Permalink
Remove insulated t-junction and crossover from craftable group
Browse files Browse the repository at this point in the history
  • Loading branch information
MT-Modder committed Feb 13, 2015
1 parent 639fc89 commit 1d93a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mesecons_extrawires/crossover.lua
Expand Up @@ -41,7 +41,7 @@ minetest.register_node("mesecons_extrawires:crossover_off", {
{ -3/32, -17/32, 6/32, 3/32, -13/32, 16/32+0.001 },
},
},
groups = {dig_immediate=3, mesecon=3, mesecon_conductor_craftable=1},
groups = {dig_immediate=3, mesecon=3},
mesecons = {
conductor = {
states = crossover_states,
Expand Down
2 changes: 1 addition & 1 deletion mesecons_extrawires/tjunction.lua
Expand Up @@ -65,7 +65,7 @@ minetest.register_node("mesecons_extrawires:tjunction_off", {
sunlight_propagates = true,
selection_box = tjunction_selectionbox,
node_box = tjunction_nodebox,
groups = {dig_immediate = 3, mesecon_conductor_craftable=1},
groups = {dig_immediate = 3},
mesecons = {conductor =
{
state = mesecon.state.off,
Expand Down

0 comments on commit 1d93a51

Please sign in to comment.