8b8c20ec03
- Nodes that are falling do damage to those near to them from crushing and/or friction. - Player activity can cause falling nodes left in precarious positions by mapgen to fall randomly.
11 lines
345 B
Lua
11 lines
345 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local dofile, minetest
|
|
= dofile, minetest
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
local modname = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
dofile(path .. "/damage.lua")
|
|
dofile(path .. "/disturb.lua")
|