tweak dependencies
This commit is contained in:
parent
76dd8d4b8e
commit
fc2b86e113
@ -1 +0,0 @@
|
||||
default?
|
3
init.lua
3
init.lua
@ -15,12 +15,15 @@ local function add_fall_damage(node, damage)
|
||||
end
|
||||
|
||||
-- override falling nodes to add damage
|
||||
minetest.after(1.0, function()
|
||||
|
||||
add_fall_damage("default:sand", 2)
|
||||
add_fall_damage("default:desert_sand", 2)
|
||||
add_fall_damage("default:silver_sand", 2)
|
||||
add_fall_damage("default:gravel", 3)
|
||||
add_fall_damage("caverealms:coal_dust", 3)
|
||||
add_fall_damage("tnt:tnt_burning", 4)
|
||||
end)
|
||||
|
||||
--
|
||||
-- Falling stuff
|
||||
|
Loading…
x
Reference in New Issue
Block a user