Made cables mineable

This commit is contained in:
James David Clarke 2023-12-22 11:39:33 +00:00
parent e04bafce83
commit cca5d3bec1
No known key found for this signature in database
GPG Key ID: 9F5ECFD0E20F1C4C
1 changed files with 3 additions and 1 deletions

View File

@ -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 = {