mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-24 01:40:29 +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"},
|
||||
on_construct = clear_networks,
|
||||
on_destruct = clear_networks,
|
||||
--_mcl_blast_resistance = 1.5,
|
||||
--_mcl_hardness = 3
|
||||
_mcl_blast_resistance = 1.5,
|
||||
_mcl_hardness = 3
|
||||
})
|
||||
|
||||
local xyz = {
|
||||
|
Loading…
Reference in New Issue
Block a user