Mineclonia/mods/HELP/tt/snippets.lua

12 lines
197 B
Lua
Raw Normal View History

2020-09-10 13:34:53 +00:00
-- CUSTOM SNIPPETS --
2020-02-19 03:54:17 +00:00
-- Custom text (_tt_help)
tt.register_snippet(function(itemstring)
local def = minetest.registered_items[itemstring]
if def._tt_help then
return def._tt_help
end
end)