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 3 additions and 3 deletions
Showing only changes of commit 96e8e6a86f - Show all commits

View File

@ -1,4 +1,4 @@
local game = "mineclone2"
local game = "mineclone"
local same_id = {
heads = { "skeleton", "zombie", "creeper", "wither_skeleton" },
@ -30,6 +30,6 @@ tt.register_snippet(function(itemstring)
end
minetest.register_alias(new_id, itemstring)
if minetest.settings:get_bool("mcl_item_id_debug", true) then
return new_id, "#555555"
end
return new_id, "#555555"
end
end)