1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-30 20:55:28 +01:00

[runes] Remove popper rune and add prankster glyph

- Remove that useless call to `minetest.register_on_globalstep` in mods/runes/handlers.lua, and with it the popper rune, to replace it by a glyph
 - For #179
This commit is contained in:
LeMagnesium
2016-08-09 20:26:09 +02:00
parent ce5460a187
commit 333c57bbeb
6 changed files with 57 additions and 43 deletions

View File

@@ -55,15 +55,6 @@ runes.datas.items = {
},
type = "craftitem"
},
["popper"] = {
description = "Popper",
img = {
["minor"] = "default_grass.png",
["medium"] = "default_grass.png",
["major"] = "default_grass.png"
},
type = "plate"
},
}
for key, value in pairs(runes.datas.items) do