forked from Mirrorlandia_minetest/mesecons
parent
dd2b36c41c
commit
03ab151c87
@ -53,6 +53,7 @@ minetest.register_node("mesecons_random:ghoststone_active", {
|
|||||||
diggable = false,
|
diggable = false,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
drop = "mesecons_random:ghoststone",
|
||||||
mesecons = {conductor = {
|
mesecons = {conductor = {
|
||||||
state = mesecon.state.on,
|
state = mesecon.state.on,
|
||||||
rules = {
|
rules = {
|
||||||
|
Loading…
Reference in New Issue
Block a user