mirror of
https://github.com/minetest-mods/technic.git
synced 2025-03-14 16:40:34 +01:00
Merge 6e1536f15572f9a194a6ef2bf3571501f9438a60 into 42efc7e47c8e89ed5436261786bbfa1740300730
This commit is contained in:
commit
2acdfcef0f
@ -89,6 +89,12 @@ minetest.register_node(":technic:blast_resistant_concrete", {
|
||||
return {"technic:blast_resistant_concrete"}
|
||||
end
|
||||
end,
|
||||
on_blast = function(pos, intensity)
|
||||
if intensity > 1 then
|
||||
minetest.remove_node(pos)
|
||||
minetest.add_item(pos, "technic:blast_resistant_concrete")
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user