Medicine/init.lua

7 lines
97 B
Lua

medicine= {}
local modpath = minetest.get_modpath("medicine")
dofile(modpath .. "/items.lua")