Skip to content

Commit 03ab151

Browse files
author
Wuzzy
committedFeb 15, 2017
Fix active ghoststones being droppable with sand
Fixes #289
1 parent dd2b36c commit 03ab151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎mesecons_random/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ minetest.register_node("mesecons_random:ghoststone_active", {
5353
diggable = false,
5454
sunlight_propagates = true,
5555
paramtype = "light",
56+
drop = "mesecons_random:ghoststone",
5657
mesecons = {conductor = {
5758
state = mesecon.state.on,
5859
rules = {

0 commit comments

Comments
 (0)
Please sign in to comment.