- Added graveyard inventory for reserved_items. Next thing to add : mechanism to get them out when shifting class
6 lines
141 B
Lua
Executable File
6 lines
141 B
Lua
Executable File
local path = minetest.get_modpath("mff_pclasses")
|
|
|
|
dofile(path .. "/warrior.lua")
|
|
dofile(path .. "/hunter.lua")
|
|
dofile(path .. "/admin.lua")
|