master #4

Merged
NO11 merged 13 commits from VoxeLibre/VoxeLibre:master into master 2021-07-23 14:18:24 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 801d9a2571 - Show all commits

View File

@ -17,7 +17,7 @@ local same_id = {
}
tt.register_snippet(function(itemstring)
local def = minetest.registered_items[itemstring]
local def = minetest.registered_items[itemstring]
local desc = def.description
local item_split = itemstring:find(":")
local new_id = game .. itemstring:sub(item_split)