From 83433b0786ebbe000f926bab57beff254626a8f7 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 10 Feb 2017 18:33:24 +0100 Subject: [PATCH] Make command blocks breakable in creative --- mods/redstone/mesecons_commandblock/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/redstone/mesecons_commandblock/init.lua b/mods/redstone/mesecons_commandblock/init.lua index 66b2ed478..95c5ca3fa 100644 --- a/mods/redstone/mesecons_commandblock/init.lua +++ b/mods/redstone/mesecons_commandblock/init.lua @@ -179,7 +179,6 @@ minetest.register_node("mesecons_commandblock:commandblock_off", { tiles = {{name="jeija_commandblock_off.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=2}}}, groups = {mesecon_effector_off=1, not_in_creative_inventory=1, oddly_breakable_by_hand=5}, drop = "", - diggable = false, on_blast = function() end, on_construct = construct, is_ground_content = false,