From cca5d3bec101eac83828d3a08d76bfb3f89c80b8 Mon Sep 17 00:00:00 2001 From: James David Clarke Date: Fri, 22 Dec 2023 11:39:33 +0000 Subject: [PATCH] Made cables mineable --- technic/machines/register/cables.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/technic/machines/register/cables.lua b/technic/machines/register/cables.lua index e132819..0197648 100644 --- a/technic/machines/register/cables.lua +++ b/technic/machines/register/cables.lua @@ -141,7 +141,7 @@ function technic.register_cable(tier, size) local ltier = string.lower(tier) cable_tier["technic:"..ltier.."_cable"] = tier - local groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, + local groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, pickaxey=2, ["technic_"..ltier.."_cable"] = 1} local node_box = { @@ -171,6 +171,8 @@ function technic.register_cable(tier, size) "group:technic_"..ltier, "group:technic_all_tiers"}, on_construct = clear_networks, on_destruct = clear_networks, + _mcl_blast_resistance = 1.5, + _mcl_hardness = 3 }) local xyz = {