5 lines
153 B
Lua
5 lines
153 B
Lua
local modpath = minetest.get_modpath(minetest.get_current_modname()) .. "/"
|
|
|
|
dofile(modpath .. "implementation.lua")
|
|
dofile(modpath .. "showdamage.lua")
|