forked from minetest-mods/mesecons
Fix onstate sticky piston drop: Must be sticky instead of normal piston
Thanks to HybridDog for spotting that
This commit is contained in:
parent
a9ec0a10c0
commit
639fc8988e
|
@ -274,7 +274,7 @@ minetest.register_node("mesecons_pistons:piston_sticky_on", {
|
||||||
groups = {cracky = 3, not_in_creative_inventory = 1},
|
groups = {cracky = 3, not_in_creative_inventory = 1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
drop = "mesecons_pistons:piston_normal_off",
|
drop = "mesecons_pistons:piston_sticky_off",
|
||||||
after_dig_node = piston_remove_pusher,
|
after_dig_node = piston_remove_pusher,
|
||||||
node_box = piston_on_box,
|
node_box = piston_on_box,
|
||||||
selection_box = piston_on_box,
|
selection_box = piston_on_box,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user