Fix active ghoststones being droppable with sand

Fixes #289
This commit is contained in:
Wuzzy 2017-02-15 23:00:02 +01:00
parent dd2b36c41c
commit 03ab151c87
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {