mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 05:50:17 +02:00
Added "mesecon = 1" to the groups setting for most objects, so that they'll
visibly connect to neighboring wires.
This commit is contained in:
@ -21,7 +21,7 @@ minetest.register_node("mesecons_solarpanel:solar_panel", {
|
||||
wall_side = { -8/16, -7/16, -7/16, -7/16, 7/16, 7/16 },
|
||||
},
|
||||
furnace_burntime = 5,
|
||||
groups = {dig_immediate=3},
|
||||
groups = {dig_immediate=3, mesecon = 1},
|
||||
description="Solar Panel",
|
||||
after_dig_node = function(pos, node, digger)
|
||||
mesecon:receptor_off(pos)
|
||||
|
Reference in New Issue
Block a user