mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-18 07:30:24 +02:00
Added amulets
- Added amulets' API - Added some amulets
This commit is contained in:
@ -9,7 +9,10 @@ dofile(modpath.."/api.lua")
|
||||
-- Then the rune themselves
|
||||
dofile(modpath.."/registration.lua")
|
||||
|
||||
-- And the handlers
|
||||
-- The handlers
|
||||
dofile(modpath.."/handlers.lua")
|
||||
|
||||
-- The amulets
|
||||
dofile(modpath.."/amulets.lua")
|
||||
|
||||
minetest.log("action","[runes] Mod loaded")
|
||||
|
Reference in New Issue
Block a user