mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-10 03:20:20 +02:00
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user