forked from Mirrorlandia_minetest/mesecons
Fix the nodename of a drop
This commit is contained in:
parent
0e34696214
commit
09ac201bac
@ -38,7 +38,7 @@ minetest.register_node("mesecons_extrawires:corner_on", {
|
||||
selection_box = corner_selectionbox,
|
||||
node_box = corner_nodebox,
|
||||
groups = {dig_immediate = 3, not_in_creative_inventory = 1},
|
||||
drop = "mesecons_extrawires:insulated_off",
|
||||
drop = "mesecons_insulated:insulated_off",
|
||||
mesecons = {conductor =
|
||||
{
|
||||
state = mesecon.state.on,
|
||||
|
Loading…
Reference in New Issue
Block a user