mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 05:50:17 +02:00
@ -53,6 +53,7 @@ minetest.register_node("mesecons_random:ghoststone_active", {
|
||||
diggable = false,
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
drop = "mesecons_random:ghoststone",
|
||||
mesecons = {conductor = {
|
||||
state = mesecon.state.on,
|
||||
rules = {
|
||||
|
Reference in New Issue
Block a user