Skip to content

Commit

Permalink
Fix active ghoststones being droppable with sand
Browse files Browse the repository at this point in the history
Fixes #289
  • Loading branch information
Wuzzy committed Feb 15, 2017
1 parent dd2b36c commit 03ab151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesecons_random/init.lua
Expand Up @@ -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 = {
Expand Down

0 comments on commit 03ab151

Please sign in to comment.