We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ec0a1 commit 639fc89Copy full SHA for 639fc89
mesecons_pistons/init.lua
@@ -274,7 +274,7 @@ minetest.register_node("mesecons_pistons:piston_sticky_on", {
274
groups = {cracky = 3, not_in_creative_inventory = 1},
275
paramtype = "light",
276
paramtype2 = "facedir",
277
- drop = "mesecons_pistons:piston_normal_off",
+ drop = "mesecons_pistons:piston_sticky_off",
278
after_dig_node = piston_remove_pusher,
279
node_box = piston_on_box,
280
selection_box = piston_on_box,
0 commit comments