diff options
author | Wuzzy <almikes@aol.com> | 2017-02-15 23:00:02 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2017-02-15 23:00:02 +0100 |
commit | 03ab151c873fd6a4574a8490b17a48b4e9e65d76 (patch) | |
tree | f75e5c372aedb4e85aa31a475ea6094ca591ff91 | |
parent | dd2b36c41cb5b2096bbd5168adbbb9f9a176c646 (diff) |
Fix active ghoststones being droppable with sand
Fixes #289
-rw-r--r-- | mesecons_random/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |