1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-17 23:20:23 +02:00

Added base of runes mod

- Added rune API's first implementation
 - Added basic cubic runes in solarmana
This commit is contained in:
LeMagnesium
2015-04-23 18:04:58 +02:00
parent d2b3e73e0b
commit 3ea4880eb8
3 changed files with 19 additions and 0 deletions

View File

@ -38,6 +38,7 @@ runes.datas.items = {
description = "Go to me rune",
img = "default_wood.png",
type = "cube"
<<<<<<< HEAD
},
["megamana"] = {
description = "Mega Mana",
@ -49,6 +50,9 @@ runes.datas.items = {
img = "default_grass.png",
type = "plate"
},
=======
}
>>>>>>> Added base of runes mod
}
for key, value in pairs(runes.datas.items) do