mirror of
https://github.com/minetest-mods/technic.git
synced 2025-01-12 03:00:19 +01:00
Cables breakability Fixed again
This commit is contained in:
parent
05dc5893ee
commit
6a232121cb
@ -171,8 +171,8 @@ function technic.register_cable(tier, size)
|
|||||||
"group:technic_"..ltier, "group:technic_all_tiers"},
|
"group:technic_"..ltier, "group:technic_all_tiers"},
|
||||||
on_construct = clear_networks,
|
on_construct = clear_networks,
|
||||||
on_destruct = clear_networks,
|
on_destruct = clear_networks,
|
||||||
--_mcl_blast_resistance = 1.5,
|
_mcl_blast_resistance = 1.5,
|
||||||
--_mcl_hardness = 3
|
_mcl_hardness = 3
|
||||||
})
|
})
|
||||||
|
|
||||||
local xyz = {
|
local xyz = {
|
||||||
|
Loading…
Reference in New Issue
Block a user