1
0
mirror of https://github.com/minetest-mods/craftguide.git synced 2025-07-08 11:00:28 +02:00
This commit is contained in:
Jean-Patrick Guerrero
2020-02-09 01:53:35 +01:00
parent aa9f7d6da3
commit e2cdfc28b0

@ -1604,6 +1604,8 @@ local function fields(player, _f)
return
elseif sub(item, -4) == "_inv" then
item = sub(item, 1, -5)
elseif sub(item, 1, 1) == "_" then
item = sub(item, 2)
end
item = reg_aliases[item] or item