Skip to content

Commit 639fc89

Browse files
committedFeb 5, 2015
Fix onstate sticky piston drop: Must be sticky instead of normal piston
Thanks to HybridDog for spotting that
1 parent a9ec0a1 commit 639fc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mesecons_pistons/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ minetest.register_node("mesecons_pistons:piston_sticky_on", {
274274
groups = {cracky = 3, not_in_creative_inventory = 1},
275275
paramtype = "light",
276276
paramtype2 = "facedir",
277-
drop = "mesecons_pistons:piston_normal_off",
277+
drop = "mesecons_pistons:piston_sticky_off",
278278
after_dig_node = piston_remove_pusher,
279279
node_box = piston_on_box,
280280
selection_box = piston_on_box,

0 commit comments

Comments
 (0)
Please sign in to comment.