mirror of
https://github.com/minetest-mods/technic.git
synced 2025-04-16 17:30:37 +02:00
Make blast-resistant concrete blast resistant
This commit is contained in:
parent
c5127f4b1b
commit
7fcba7c13a
@ -99,6 +99,7 @@ minetest.register_node(":technic:blast_resistant_concrete", {
|
||||
after_dig_node = function (pos, oldnode, oldmetadata, digger)
|
||||
technic.update_posts(pos, false)
|
||||
end,
|
||||
on_blast = function() end,
|
||||
})
|
||||
|
||||
minetest.register_node(":technic:concrete_post_platform", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user