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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user