From 03ab151c873fd6a4574a8490b17a48b4e9e65d76 Mon Sep 17 00:00:00 2001
From: Wuzzy <almikes@aol.com>
Date: Wed, 15 Feb 2017 23:00:02 +0100
Subject: [PATCH] Fix active ghoststones being droppable with sand

Fixes #289
---
 mesecons_random/init.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mesecons_random/init.lua b/mesecons_random/init.lua
index 4c1d299..5a6ef24 100644
--- a/mesecons_random/init.lua
+++ b/mesecons_random/init.lua
@@ -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 = {
-- 
GitLab