1
0
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:
LeMagnesium
2015-04-27 15:29:47 +02:00
parent ef6f0d3127
commit 01c6adb660
3 changed files with 48 additions and 1 deletions

View File

@ -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")