Skip to content
Snippets Groups Projects
Commit 639fc898 authored by Jeija's avatar Jeija
Browse files

Fix onstate sticky piston drop: Must be sticky instead of normal piston

Thanks to HybridDog for spotting that
parent a9ec0a10
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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