We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2b36c commit 03ab151Copy full SHA for 03ab151
mesecons_random/init.lua
@@ -53,6 +53,7 @@ minetest.register_node("mesecons_random:ghoststone_active", {
53
diggable = false,
54
sunlight_propagates = true,
55
paramtype = "light",
56
+ drop = "mesecons_random:ghoststone",
57
mesecons = {conductor = {
58
state = mesecon.state.on,
59
rules = {
0 commit comments