Skip to content
Snippets Groups Projects
Commit 03ab151c authored by Wuzzy's avatar Wuzzy
Browse files

Fix active ghoststones being droppable with sand

Fixes #289
parent dd2b36c4
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment