From 648f77bd43f1fbe59e6d655e57d96e2647a43b68 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sun, 2 Jan 2022 16:44:39 -0600 Subject: Make digging an overheated sticky piston drop one that isn't --- mesecons_pistons/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mesecons_pistons/init.lua b/mesecons_pistons/init.lua index 6e36f3f..91e3690 100644 --- a/mesecons_pistons/init.lua +++ b/mesecons_pistons/init.lua @@ -454,6 +454,7 @@ minetest.register_node("mesecons_pistons:piston_sticky_overheated", { groups = {cracky = 3, not_in_creative_inventory = 1}, paramtype2 = "facedir", is_ground_content = false, + drop = "mesecons_pistons:piston_sticky_off", sounds = default.node_sound_wood_defaults(), mesecons = {effector={ rules = piston_get_rules, -- cgit v1.2.3