Skip to content

Commit

Permalink
Fix onstate sticky piston drop: Must be sticky instead of normal piston
Browse files Browse the repository at this point in the history
Thanks to HybridDog for spotting that
  • Loading branch information
Jeija committed Feb 5, 2015
1 parent a9ec0a1 commit 639fc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesecons_pistons/init.lua
Expand Up @@ -274,7 +274,7 @@ minetest.register_node("mesecons_pistons:piston_sticky_on", {
groups = {cracky = 3, not_in_creative_inventory = 1},
paramtype = "light",
paramtype2 = "facedir",
drop = "mesecons_pistons:piston_normal_off",
drop = "mesecons_pistons:piston_sticky_off",
after_dig_node = piston_remove_pusher,
node_box = piston_on_box,
selection_box = piston_on_box,
Expand Down

0 comments on commit 639fc89

Please sign in to comment.